Join the AI Workshop to learn more about AI and how it can be applied to web development. Next cohort February 1st, 2026
The AI-first Web Development BOOTCAMP cohort starts February 24th, 2026. 10 weeks of intensive training and hands-on projects.
In JavaScript we use objects for everything.
They are one of the fundamental built-in data structures, along with arrays.
While arrays store data in “slots” starting at 0 and going up 1, 2, 3…, objects store data in properties.
We commonly access built-in objects in JavaScript and in the Browser or Server environments, where they are used to provide us functionality and utilities.
And we can pass around objects to functions, retrieve them, etc.
Super useful.
In this unit we’ll see how to work efficiently with objects.