- 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.
You need to have the following services installed in your computer:
- node > 14
brew install node
git clone https://github.com/jitt3/jsconf-challenge.git
yarn
or
npm install
- Typescript