Skip to content

Files

Latest commit

1be0bf4 · Oct 8, 2022

History

History
27 lines (18 loc) · 876 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 876 Bytes

Code Challenge - Javascript 5

  • Over the next few weeks, we will be testing your knowledge on several code concpets to ensure that you understand them.
  • These assessments are meant to give you coding practice
  • We are here to help you get through them if needed.
  • Instructions

Instructions to use

Start Coding - Open the main.js file and add your code in the file.

To Test Your Changes

After you make the changes to the challenges, you can run a test to see if your answers are correct. You can run this as many times as needed until all the tests pass.

$ npm test main.test.js

Failing tests will have red in the final output

failing

All passing tests will be green. This means you are completed with this exercise.

passing

Don't Forget!

HAVE FUN!