Skip to content

The-Marcy-Lab-School/problem-set-4_5

Repository files navigation

Problem Set 4-5

Inheritance and OO Design

Short Response Section

Answer short response questions directly in the short-response.md file. Answer questions in 2 - 3 sentences. Be sure to format your responses appropriately.

Coding Practice

Coding questions can be found in problems/solutions.js. Answer the questions in this section in the solutions.js file in this directory.

Note that there is a Design Challenge portion of this assignment that is mandatory to complete. This is new, something you haven't see before on a previous assignment. Read the instructions carefully!

Test are included for everything execpt the design challenge. Install with npm install. Test with npm test. Lint with eslint problems/solutions.js