Javascript 5 Mini Project

Objectives

  • Become more proficient in debugging while fixing common bugs.
  • Add another skill by learning how to use underscore.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 underscorePractice. You will be completing each problem without using the underscore library, and then with the underscore methods. Further instructions are in the underscore.js file.