psmyrdek / typescript-challenges

A set of challenges helping you understand TypeScript

Home Page:http://przeprogramowani.pl/typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-challenges

A set of challenges helping you understand basics of TypeScript ๐Ÿš€

๐Ÿ‡ต๐Ÿ‡ฑ See all episodes in our course - Przeprogramowani.ts

Setup & Installation

Clone this repository and run npm install. You're good to go!

How to

  • Each directory in src represents a challenge related to a specific feature of TypeScript.
  • In each challenge your solution have to pass two kinds of tests - TypeScript compilation and unit tests
  • Challenge of name XYZ can be verified by running npm run test:XYZ, for example: npm run test:warm-up

Test commands for challenges

  • npm run test:warm-up
  • npm run test:media
  • npm run test:shortcuts
  • npm run test:this-or-that
  • npm run test:only-one
  • npm run test:new-skills
  • npm run test:constraints

Help me, I'm stuck!

Find all the answers in TypeScript Documentation

About

A set of challenges helping you understand TypeScript

http://przeprogramowani.pl/typescript


Languages

Language:TypeScript 100.0%