Skip to content

Latest commit

ย 

History

History
21 lines (14 loc) ยท 822 Bytes

README.md

File metadata and controls

21 lines (14 loc) ยท 822 Bytes

Interview Questions

adopted from Stephen Grider's course on Udemy

Things you need

Steps ๐Ÿƒ๐Ÿพโ€โ™‚๏ธ to get off and running

  • 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 run npx jest fib/test.js --watch to run the tests for the fib exercise
  • cd into the exercise directory and run npm 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!