Back to Developer Roadmap

Built-in objects

src/data/roadmaps/javascript/content/built-in-objects@D95ndkkwmT5X_HqboEn6E.md

4.0606 B
Original Source

Built-in objects

Built-in objects, or "global objects", are those built into the language specification itself. There are numerous built-in objects with the JavaScript language, all of which are accessible at the global scope. Some examples are:

  • Number
  • Math
  • Date
  • String
  • Error
  • Function
  • Boolean

Visit the following resources to learn more: