Javascript 5 Mini Project

Objectives

  • Become more proficient in debugging while fixing common bugs.
  • Add another skill by learning how to use lodash.js.

Steps

  1. cd into app1 and run npm install to install dependencies. app1 is a react app that is currently broken. Use your debugging techniques to fix the app.

  2. Repeat step 1 for app2, app3, and app4.

  3. cd into lodashPractice. You will be completing each problem without using the lodash library, and then with the lodash methods. Further instructions are in the lodash.js file.

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.