Skip to content

An afternoon project to help students solidify a variety of JavaScript concepts. Specifically classes, destructuring, for-in loops and delete, higher order methods, and nesting.

matthops/javascript-3-afternoon

 
 

Repository files navigation

Project Summary

In this project, we'll provide a variety of JavaScript problems to help improve your skills. We would like you to push yourselves as much as possible. We expect you to at least finish two problems in each section.

If you would like to push yourself further, try to complete every problem. Otherwise, feel free to move on to other content.

Setup

  • Fork this repository.
  • Clone your fork.
  • Open ./index.html with your browser.

./index.html will provide links to all the spec runners for your convenience. It also has all the JavaSript files you will be working in imported into it. This will allow you to use the browser debugger for all your code in one spot.

Tips and Tricks

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.

Contributions

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.

Copyright

© 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.

About

An afternoon project to help students solidify a variety of JavaScript concepts. Specifically classes, destructuring, for-in loops and delete, higher order methods, and nesting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • HTML 3.1%