Skip to content

jonatankruszewskiITC/JS-IQ-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Questions

Hi! This repo is made for you to practice your coding interview skills. For some challenges you will need to research new methods.

Rules

  • Don't modify the package.json's scripts.
  • Don't modify the tests.

Check you have the proper software:

  • Check that you have the latest LTS Node version installed. To do that, open a terminal/cmd window and run:
node --version
  • If it doesn't retrieve you the current version please go to NodeJS Website and download the latest LTS version (not current) for your OS.

  • We recommend to use yarn as your package manager instead of npm. Check that you have installed yarn by typing in your console:

yarn version
  • If it doesn't retrieve you the current version please go to Yarn Website and download the latest version for your OS.

How to use it:

  • Clone the repo to your projects / dev folder
  • CD to the project folder
  • Run the command in the terminal :
yarn install
  • Start writing your code in the proper files.
  • To run a test for a specific exercise do:
yarn test-nameOfTheFile

or

yarn test

to run all the tests.

  • Lastly, don't forget to push your code.

Happy coding!

About

Javascript Interview Questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published