TypeScript
Hi Friends
What is TypeScript?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nitin BhardwajPosted Oct 20, 2012, 4:26 AM
TypeScript is an open source programming language developed by Microsoft. It is a language for application-scale JavaScript. TypeScript adds optional types, classes, and modules to JavaScript. it supports tools for large-scale JavaScript applications for any browser, for any host, on any OS.
TypeScript is compiled to clean, readable, standards-based JavaScript. It extends JavaScript syntax, so any existing JavaScript programs work with TypeScript without any changes. TypeScript is designed for development of large applications and when compiled it produces JavaScript to ensure compatibility. It is a superset of JavaScript, and essentially adds optional static typing and class-based object-oriented programming language.
http://www.c-sharpcorner.com/UploadFile/5089e0/typescript-in-visual-studio2012/
vcl jsPosted Oct 16, 2013, 1:13 PM
Satyapriya NayakPosted Oct 19, 2012, 8:13 AM
http://typescript.codeplex.com/
http://www.typescriptlang.org/