About 3,790,000 results
Open links in new tab
  1. Object - JavaScript | MDN

    Oct 17, 2025 · The Object type represents one of JavaScript's data types. It is used to store various keyed collections and more complex entities. Objects can be created using the Object …

  2. OBJECT Definition & Meaning - Merriam-Webster

    The meaning of OBJECT is something material that may be perceived by the senses. How to use object in a sentence. Synonym Discussion of Object.

  3. Object - Wikipedia

    Look up object or object-oriented in Wiktionary, the free dictionary.

  4. JavaScript Objects - W3Schools

    Objects are collections of key-value pairs, where each key (known as property names) has a value. Objects can describe anything like houses, cars, people, animals, or any other subjects. …

  5. Object Literals - GeeksforGeeks

    Jul 29, 2025 · JavaScript provides two ways to access an object’s properties: dot notation and bracket notation. Both methods are useful, but they serve slightly different purposes.

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

    3 days ago · To define an object type, create a function for the object type that specifies its name, properties, and methods. For example, suppose you want to create an object type for cars.

  7. OBJECT | English meaning - Cambridge Dictionary

    Some verbs (often called transitive verbs) need an object to complete their meaning. Some verbs (often called intransitive verbs) do not take an object. Some verbs need both a direct object …

  8. 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.

  9. OBJECT Definition & Meaning | Dictionary.com

    OBJECT definition: anything that is visible or tangible and is relatively stable in form. See examples of object used in a sentence.

  10. JavaScript object basics - Learn web development | MDN

    Sep 29, 2025 · In this article, we'll look at fundamental JavaScript object syntax, and revisit some JavaScript features that we've already seen earlier in the course, reiterating the fact that many …