FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-II/README.md at master · FJF616/JavaScript-II · GitHub
FJF616
/
JavaScript-II
Public
forked from
bloominstituteoftechnology/JavaScript-II-Stretch-Assignment
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript-II
/
README.md
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (22 loc) · 802 Bytes
Breadcrumbs
JavaScript-II
/
README.md
Copy path
File metadata and controls
27 lines (22 loc) · 802 Bytes
Raw
Copy raw file
Download raw file
Outline
Edit and raw actions
JavaScript II
Topics
recursion
base case
constructors
new
prototype
.bind, .call, .apply
this
class
methods
inheritance
prototype methods vs methods in the constructor (Methods that inherit via the prototype chain can be changed universally for all instances)
class vs instance
Instructions
Fork and clone this repo.
Run the command npm i to install needed node packages.
Run the command npm test <filename> to run the tests. (Example: npm test prototype)
Work through the files and make the tests pass.
Suggested order: prototype.js, class.js, recursion.js, this.js.
When you are finished submit a pull request.
Make commits often. A good practice would be to make a commit when you get a test, or set of tests, to pass.
Back
|
FazBrowse Home
|
New Git URL