CPSC270
Software Engineering and Project Design

Assignment 7

JavaScript Objects

Read the following sections of MDN Introducing JavaScript Objects:

  1. Object Basics
  2. Object-oriented JavaScript for beginners
  3. Object prototypes
  4. Inheritance in JavaScript
  5. Working with JSON data
  6. Object building practice