- Become more proficient in debugging while fixing common bugs.
- Add another skill by learning how to use underscore.js.
-
cd
into app1 and runnpm install
to install dependencies. app1 is a react app that is currently broken. Use your debugging techniques to fix the app. -
Repeat step 1 for app2, app3, and app4.
-
cd
intounderscorePractice
. 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.