/problem-set-2_5

Unit 2 Lesson 5 Problem Set - JavaScript Array Fundamentals

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Unit 2 Lesson 5 Problem Set

JavaScript Array Fundamentals

Directions

  1. Fork and clone this lab

For Coding Exercises:

  1. Navigate to the exercises directory to complete the coding exercises.

  2. Run npm install to load project dependencies.

  3. Complete coding exercises in the exercises.js file.

  4. Test your code often by running npm test.

  5. Check for style by running eslint exercises.js in the terminal.

    Note: You are not done with your exercises until all tests pass and there are no eslint errors.

For Short Responses:

  1. Navigate to the short-response directory

  2. Write your responses directly in the README.md file. As you commit and push changes, you will see your rendered markdown on GitHub.

  3. When you are done with both sections. Push your final commits and open a PR.