In this lab, you'll practice using practice object-oriented programming in JavaScript using the following concepts:
- prototypal inheritance
- private properties
- method overriding
Begin by opening and viewing index.html in the browser for an introduction. Once you have read the introduction, you will be editing the index.js file.