Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An interactive TypeScript tutorial for beginners

NotificationsYou must be signed in to change notification settings

total-typescript/beginners-typescript-tutorial

Repository files navigation

beginner typescript tutorial

Quickstart

Take the course onTotal TypeScript. There, you'll find:

  • Video explanations for each problem and solution
  • Transcripts
  • Text explanations
  • A built-in Stackblitz editor
# Installs all dependenciesnpm install# Asks you which exercise you'd like to run, and runs itnpm run exercise

How to take the course

You'll notice that the course is split into exercises. Each exercise is split into a*.problem and a*.solution.

To take an exercise:

  1. Runnpm run exercise
  2. Choose which exercise you'd like to run.

This course encouragesactive, exploratory learning. In the video, I'll explain a problem, andyou'll be asked to try to find a solution. To attempt a solution, you'll need to:

  1. Check outTypeScript's docs.
  2. Try to find something that looks relevant.
  3. Give it a go to see if it solves the problem.

You'll know if you've succeeded because the tests will pass.

If you succeed, orif you get stuck, unpause the video and check out the*.solution. You can see if your solution is better or worse than mine!

Acknowledgements

Say thanks to Matt onTwitter or by joining hisDiscord. Consider signing up to hisTotal TypeScript course.

Reference

npm run exercise

Alias:npm run e

Open a prompt for choosing which exercise you'd like to run.

About

An interactive TypeScript tutorial for beginners

Topics

Resources

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp