- Notifications
You must be signed in to change notification settings - Fork166
The complete workshop for picking up TypeScript
License
TypeStrong/learn-typescript
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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.
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.
- Getting Started
- Type System Introduction
- JavaScript Features (with TypeScript)
- Project
- Diving Deeper
- Integration
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.
About
The complete workshop for picking up TypeScript
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.