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

The complete workshop for picking up TypeScript

License

NotificationsYou must be signed in to change notification settings

TypeStrong/learn-typescript

Repository files navigation

The complete workshop for picking up TypeScript.

This workshop is a mirror of the current TypeScript stable release. If something is missing, create an issue and it will be included ASAP.

Getting Started

You've cloned this repo, great! Nownpm install and open your IDE of choice (I use Atom andatom-typescript). At any point looking through these, I recommend you play around and take a look atoutput/ (build withnpm run build) for the JavaScript output.

Lessons

  1. Getting Started
  2. Type System Introduction
  3. JavaScript Features (with TypeScript)
  4. Project
  5. Diving Deeper
  6. Integration

Resources

Tips

Always uselet andconst overvar, withconst preferred overlet. TypeScript will handle this properly and the compiler will error ifconst is being reassigned.const andlet are introduced in Chapter 3.

References

About

The complete workshop for picking up TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp