adopted from Stephen Grider's course on Udemy
- Code editor
- NodeJS installed
- Download drawio-desktop
- Git
- Clone this repo
cd
to the directory you cloned to- If you want to run a specific test, run
npx jest <directory where test lives>/test.js --watch
for example you can runnpx jest fib/test.js --watch
to run the tests for the fib exercise cd
into the exercise directory and runnpm run test
this 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!