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 iTo dive into the first challenge:
$ npm run startFind 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 testOnce you found all tests passed, move on to the next challenge:
$ npm run nextIn case, if you need to checkout something in the previous challenge, try:
$ npm run previous