A series of short and fun problems to solve in javascript. I get them on my email from the rendezvous with cassidoo newsletter.
Each problem is in a separate folder, with these files:
README.mdcontains the problem description.*.tscontains the solution(s) in typescript.*.test.tscontains the tests for the solution(s).
-
clone the repo
-
yarn install
yarn test