Loading

TypeScript

made by Microsoft

a language for application-scale JavaScript

What is TypeScript

ES5

ES6

TypeScript

super-set of Javascript

+ core.js

Why use TypeScript

use future javascript features now!

types, typesafety

tools

Getting started

$ npm install -g typescript

install the tsc transpiler

create a typescript project

$ tsc --init

~100 lines of TypeScript

http://www.typescriptlang.org/Handbook

Links

http://stackoverflow.com/questions/tagged/typescript

http://www.typescriptlang.org/Playground

https://github.com/Microsoft/TypeScript

https://github.com/Toskv/talk.timjs.typescript

https://basarat.gitbooks.io/typescript/

Made with Slides.com