Skip to content

3/10/2025

Object: Containers for Properties and Methods.

Properties: Different attributes of objects that can differ from one object to the next.

Object Literal: A list of name:value pairs inside curly braces {}

We will Understand:
Object Basics
Accessing Object Properties
Modifying and Adding Properties
Deleting Properties
Checking If a Property Exists

Code & Curiosities