Skip to content

tony2456/ConstructorConductor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%