What is TypeScript ?

 Posted by Rajkatie on 10/2/2012 | Category: JavaScript Interview questions | Views: 3763 | Points: 40
Answer:

TypeScript is a programming language from Microsoft that makes it easier to write cross-platform, application scale, JavaScript that runs in any browser or in any host.

TypeScript also supports interfaces, classes (the same syntax as currently proposed by the next version of EcmaScript), modules, file importing, public and private data, and probably more.


Source: MSDN | | Alert Moderator 

Comments or Responses

Login to post response