Closed jacobthemyth closed 9 years ago
Exercises to learn constructors and prototypes
After completing this assignment, you should:
After completing this assignment, you should be able to effectively:
exercises.js
Create a new Github repo and add exercises.js to it. Create your constructors and methods in that file.
You may use either the browser console by creating an index.html file, or you may run the script using node.js.
https://github.com/treyphillips/2-2Constructors.git
constructors-and-prototypes
Description
Exercises to learn constructors and prototypes
Objectives
Learning Objectives
After completing this assignment, you should:
Performance Objectives
After completing this assignment, you should be able to effectively:
Details
Deliverables
exercises.js
Requirements
Easy Mode
Create a new Github repo and add
exercises.js
to it. Create your constructors and methods in that file.You may use either the browser console by creating an index.html file, or you may run the script using node.js.