Chapter 4. Objects
Now that you've mastered JavaScript's primitive data types, arrays, and functions, it's time to make true to the promise of the book title and talk about objects.
In this chapter, you will learn:
- How to create and use objects
- What are the constructor functions
- What types of built-in JavaScript objects exist and what they can do for you