Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danseethaler/constructorconductor
https://github.com/danseethaler/constructorconductor
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danseethaler/constructorconductor
- Owner: danseethaler
- Created: 2015-07-17T00:59:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-17T01:01:51.000Z (over 9 years ago)
- Last Synced: 2023-02-28T20:52:06.181Z (almost 2 years ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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