Get hands-on interactive TypeScript practice and learn the foundational knowledge and skills you need to become a TypeScript Wizard.
In this TypeScript tutorial you will:
- Learn to type variables, functions, and errors
- Become familiar with the TypeScript documentation
- Gain experience with modern TypeScript tooling
Start now, and see why TypeScript’s an essential tool for modern web developers!
Instructions
This Beginner’s TypeScript tutorial is split into several exercises. Each features a problem
that encourages you to take an active, exploratory learning approach to finding a solution
.
To attempt a solution, you’ll need to:
- Watch and read the
problem
introduction. - Check out the TypeScript docs.
- Search for relevant keywords.
- Give it a go to see if it solves the problem (there may be more than one solution!)
Whether you succeed or get stuck, watch & read the solution
and check out the included code.
Prerequisites
You’ll need a working understanding of JavaScript.
Running the Exercises Locally
Clone the Beginner’s TypeScript Tutorial repo, and use npm or yarn to install dependencies.
If you follow this link to use gitpod, you can work in a full VS Code coding environment running in your browser.
Follow the instructions in the README for more.