Anders Hejlsberg Von DBegley - , , By - Meisner, Jeffrey (August 23, 2012). . . . Retrieved on January 14, 2015. ( )., Public Domain, http://www.flickr.com/photos/begley/2985424826/in/set- 72157608507966144 CC BY 2.0 Link Microso Corporation Microso Unveils a New Look (in English) The Official Microso Blog Microso Direct link Link
Provides typings for libraries Good tooling Type inference Allows the usage of new ECMAScript features Framework agnostic Easy to migrate project from JS to TS
arg; } (arg: T) => T identity('Frontend Meetup').length; // 15 identity('Frontend Meetup').foo; // ? Property 'foo' does not exist on type '"Frontend Meetup"'.