Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 650 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 650 Bytes

JSConf Challenge

  • Create a branch with the following structure for the name feature/yourname.
  • Inside the index.ts file, you will find the challenge's instructions.
  • it would be awesome if you add some test cases for your algorithm.
  • Once you finish the challenge, create a pull request and wait for the results.

Requirements

You need to have the following services installed in your computer:

  • node > 14

Mac OS

brew install node

Clone the repo

git clone https://github.com/jitt3/jsconf-challenge.git

Install node dependencies

yarn

or

npm install

Tech Stack

  • Typescript