Embed presentation
Downloaded 11 times















![Basic types
boolean // var b = true, c = false;
number // var n = 100, m = 10.0;
string // var s = 'Hello';
array // var a1: number[] = [ 1, 3, 5 ];
array // var a2: Array<number> = [ ];
enum // var c = Color.red;
any // var x;
void // foo(): void { }](https://image.slidesharecdn.com/typescriptnow-150627140610-lva1-app6892/85/TypeScript-Now-16-320.jpg)
![enum
*Typo: please change size[a] to size[s]](https://image.slidesharecdn.com/typescriptnow-150627140610-lva1-app6892/85/TypeScript-Now-17-320.jpg)













This document provides an overview of TypeScript, a superset of JavaScript that adds static typing features. It covers basic types, type inference, and functionality such as generics and lambda expressions. Additionally, it includes resources for further development with TypeScript and its integration with frameworks like AngularJS.















![Basic types
boolean // var b = true, c = false;
number // var n = 100, m = 10.0;
string // var s = 'Hello';
array // var a1: number[] = [ 1, 3, 5 ];
array // var a2: Array<number> = [ ];
enum // var c = Color.red;
any // var x;
void // foo(): void { }](https://image.slidesharecdn.com/typescriptnow-150627140610-lva1-app6892/85/TypeScript-Now-16-320.jpg)
![enum
*Typo: please change size[a] to size[s]](https://image.slidesharecdn.com/typescriptnow-150627140610-lva1-app6892/85/TypeScript-Now-17-320.jpg)











