JavaScript offers a ton of useful function and built-in objects.
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 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 |