Objects
Overview of objects in JavaScript.
We'll cover the following...
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.
Access this course and 1400+ top-rated courses and projects.