Built-in objects
JavaScript offers a ton of useful function and built-in objects.

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.


JavaScript offers a TON of functionality in what we call “built-in objects”.

In this module I want to offer an overview of them and some examples.

It’s important to note that this is not a complete reference, just an overview.

For more, refer to MDN.

Lessons in this unit:

0: ▶︎ Introduction
1: The global object
2: Object properties
3: Number
4: String
5: Math
6: JSON
7: Date
8: Intl
9: Set and Map