About 224 results
Open links in new tab
  1. Object - JavaScript | MDN - MDN Web Docs

    May 22, 2026 · The Object type represents one of JavaScript's data types. It is used to store various keyed collections and more …

  2. Working with objects - JavaScript | MDN - MDN Web Docs

    Feb 21, 2026 · Working with objects Previous Next JavaScript is designed on an object-based paradigm. An object is a collection of …

  3. Object () constructor - JavaScript | MDN - MDN Web Docs

    Jul 10, 2025 · The Object() constructor turns the input into an object. Its behavior depends on the input's type.

  4. JavaScript object basics - Learn web development | MDN

    May 22, 2026 · JavaScript object basics Previous Overview: Dynamic scripting with JavaScript Next In this article, we'll look at …

  5. Object - Glossary | MDN

    Jul 11, 2025 · Object In JavaScript, objects can be seen as a collection of properties. With the object literal syntax, a limited set of …

  6. Object - JavaScript - MDN

    Object 是 JavaScript 的一种数据类型。它用于存储各种键值集合和更复杂的实体。可以通过 Object() 构造函数或者使用对象字面量的 …

  7. Object.is () - JavaScript | MDN - MDN Web Docs

    Jul 10, 2025 · The Object.is() static method determines whether two values are the same value.

  8. Object.create () - JavaScript | MDN

    Jul 10, 2025 · The Object.create() static method creates a new object, using an existing object as the prototype of the newly created …

  9. JavaScript data types and data structures - MDN Web Docs

    Jul 8, 2025 · JavaScript data types and data structures Programming languages all have built-in data structures, but these often …

  10. <object> HTML external object element - HTML | MDN - MDN Web Docs

    Apr 24, 2026 · The <object> HTML element represents an external resource, such as an image, a nested browsing context, or a …