/YCCI-Fun-damentals

JavaScript FUNdamentals, answers on feature branch and tested by using JEST. My solutions can be found at the feature branches.

Primary LanguageJavaScript

How to use this repo

  1. Clone this repo
  2. Install dependencies using npm install
  3. Run the tests in watch mode using npm run test:watch
  4. In the terminal use jest's Press p to filter by a filename regex pattern.
  5. Enter the name of the exercise to only run those tests
  6. You can put .only in front of a test to do one at a time
  7. Pull updates to this repo (on later days) using git pull origin main