AI Workshop: learn to build apps with AI →
Built-in objects
JavaScript offers a ton of useful function and built-in objects.

Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.


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