Skip to the content.
TypeScript
- Description - TypeScript is a strongly typed programming language that builds on JavaScript.
- Release Date - October 2012
- Links - GitHub, Official Website
- Applications
- development of large applications and transpiles to JavaScript
- TypeScript gives us all the benefits of ES6 (ECMAScript 6), plus more productivity
- Powerful type system, including generics
- Aligned with ECMAScript for compatibility
- make app development quick and easy
- smart choice when writing a modern web- or JavaScript-based application
Package Managers
Tutorials