šµš± 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
srcrepresents 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
XYZcan be verified by runningnpm run test:XYZ, for example:npm run test:warm-up
Test commands for challenges
npm run test:warm-upnpm run test:medianpm run test:shortcutsnpm run test:this-or-thatnpm run test:only-onenpm run test:new-skillsnpm run test:constraints
Help me, I'm stuck!
Find all the answers in TypeScript Documentation
