Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 451 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 451 Bytes

Javascript Exercises

Installation

  • Clone Project

    git clone https://github.com/coderschoolmentee/js_challenges.git
  • Go to the folder

    cd js_challenges
  • Install the libraries

    npm i

Tech Stacks

  • Javascript
  • Jest

How to use

  • Write the code on the .js file

  • Run command npm run test filename to check the code

    npm run test ex1

    example