Skip to content

SE Unit 4 Problem Set: Closures, Constructors, Class Syntax

License

Notifications You must be signed in to change notification settings

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

Repository files navigation

Problem Set 4-4

Function Closures, Prototypes, Constructors, and Class Syntax

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/README.md. Answer the questions in this section in the exercises.js file in this directory. Test are included. Install with npm install. Test with npm test. Lint with eslint problems/exercises.js