Skip to content

The-Marcy-Lab-School/problem-set-coding-only-template

Repository files navigation

Problem Set Name here

Problem Set Topic here

Directions

  1. Clone this lab.

  2. From your project's root folder, run npm install to load project dependencies.

  3. Your coding files are:

    • exercises.js Where you will code your solutions.
    • exercises.test.js Your test cases.
    • index.html You can optionally open this file in the browser to run your code.
  4. Test your code often by running npm test.

  5. Check for style by running eslint exercises.js in the terminal. If you get an error eslint: command not found, run npm install -g eslint first.

  6. Push your final commits and submit your URL through Canvas.

Coding Problems

1. Question

2. Question

3. Question

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors