A collection of interactive challenges that brings your TypeScript knowledge to the next level!
So you decided to step in this way. Any challenge you face, possibly has many solutions. All you need is curiosity and questioning. Feel free to talk to your neighbor/mate.
Clone and install all the dependencies:
$ git clone https://github.com/sorousht/challenge-my-ts-knowledge.git
$ npm i
To dive into the first challenge:
$ npm run start
Find all occurrences of FIXME
in the code. There you need to adjust the code. To find out if your solution fits, run the following command:
$ npm run test
Once you found all tests passed, move on to the next challenge:
$ npm run next
In case, if you need to checkout something in the previous challenge, try:
$ npm run previous