Lessons: 13Length: 1.7 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.2 The JavaScript Data Type

JavaScript's rich type-system allows us to define our own data types. You'll learn how to write a constructor function and how to use the prototype object in this lesson.