In this module you can find a reference to all the global objects that JavaScript gives you, and every bit of functionality they expose.

Some bits are repeated in other parts of the course, but here is where you can always go back and find that precise method you are looking for, categorize in alphabetical order.

In particular we’ll see

  • Object
  • Number
  • Date
  • JSON
  • Intl
  • String
  • Math

and the global functions.


Go to the next lesson