adopted from Stephen Grider's course on Udemy
- Code editor
- NodeJS installed
- Download drawio-desktop
- Git
- Clone this repo
cdto the directory you cloned to- If you want to run a specific test, run
npx jest <directory where test lives>/test.js --watchfor example you can runnpx jest fib/test.js --watchto run the tests for the fib exercise cdinto the exercise directory and runnpm run testthis command runs the tests for all the tests in the exercise directory.
This gives you 28 different questions to practice all of which I have been asked live interviews.
πΊ cheers!