If you have been wondering what exactly TypeScript is, here is definition from their official website:
TypeScript is a language for application-scale JavaScript development. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
Any browser. Any host. Any OS. Open Source.
So what is it really about?
TypeScript can be boiled down to this: it is a new language which is designed to make enterprise JavaScript development more scalable. It basically formalizes...(read more)
↧