Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 409 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 409 Bytes

Some code challenges in js

I'll build this repo with challenges that I went completely suck at live coding but I could solve after.

Up and run

  • Clone this repo
  • Run yarn or yarn install
  • Run the challenge you want with yarn start. e.g: yarn start challenges/nearest-vowel
  • Solve other challenges or update existent solutions by running yarn dev. e.g: yarn dev challenges/nearest-vowel