In this project, we'll provide practice JavaScript problems to help you better understand closures
and constructors
.
Fork
this repository.Clone
your fork.- Open
./index.html
with your browser.
Complete all of the activities inside of closures.js
and constructors.js
. Use their respective html
files to see if you can make all the tests pass. Remember to commit and push your code often. Good luck!
One of the biggest tools at the developer's disposal is the browser's built-in debugger. To use it, open ./index.html
with your browser. Another great tool for small and isolated pieces of code is Pyton Tutor. Just make sure to change the code to JavaScript ES6
.
If you see a problem or a typo, please fork, make the necessary changes, and create a pull request so we can review your changes and merge them into the master repo and branch.
© DevMountain LLC, 2017. 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.