Objects
Overview of objects in JavaScript.
Introduction
Almost everything in JavaScript is made up of objects. These are all the non-primitive types.
They include arrays, dates, and almost everything non-primitive. They are mutable values in JavaScript. To access their property or data, use .
or []
operators.
Get hands-on with 1400+ tech skills courses.