Simple Objects Operations
Refresh your knowledge about Javascript objects.
Objects
Almost everything in JavaScript is an object. This includes anything that’s not a primitive type in JavaScript. The primitive data types in JavaScript are null
, undefined
, strings, numbers, boolean, and symbols.
We create objects in JavaScript using an object literal or the new
keyword.
Get hands-on with 1400+ tech skills courses.