Skip to content

polyglotdev/LiftoffInterviewQuestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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!

About

Liftoff Interview Questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published