Review: Using JavaScript Objects

JavaScript object basics

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 of the features you've already dealt with are objects.

Prerequisites: Basic computer literacy, a basic understanding of HTML and CSS, familiarity with JavaScript basics (see First steps and Building blocks).
Objective: To understand the basics of working with objects in JavaScript: creating objects, accessing and modifying object properties, and using constructors.

Source: Mozilla, https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Basics
Creative Commons License This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.