CARD 1
Introduction
Login to report note issues for this section.
Objects — CRUD Operations & Dot vs Bracket Notation
An object is a collection of related data stored as key-value pairs. Keys are called properties. Values can be any data type — strings, numbers, booleans, arrays, functions, or even other objects.
codejs
Objects are used to model real-world entities and group related data and behaviour together.