Skip to content

DevMountain/ConstructorConductor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConstructorConductor

Fork this repo, clone your fork, then do all of the tasks in the following order.
  1. instanceArray.js
  2. sayName.js
  3. arrayProperty.js
  4. quizApp.js

Learning Objectives

  • the difference between the maker pattern and constructor pattern
  • what the ‘this’ keyword does and be able to use it
  • what the ‘new’ keyword does and what the JavaScript compiler does when a function is called with the ‘new’ keyword
  • what prototypes are in JavaScript and be able to add a method on a functions prototype and create instances of that function that invoke the prototypes method

Copyright

© DevMountain LLC, 2016. Unauthorized use and/or duplication of this material without express and written permission from DevMountain, LLC is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to DevMountain with appropriate and specific direction to the original content.