News

TypeScript is a variation of the popular JavaScript programming language that adds features that are important for enterprise development. In particular, TypeScript is strongly typed—meaning ...
Unfortunately, JavaScript lacks several features that would help developers use it for large-scale applications. Enter TypeScript. JavaScript started out as a scripting language for the Netscape ...
Peter looks at how to call a JavaScript function from your TypeScript code and do it in a type-safe way. Along the way, he dramatically simplifies a Backbone application by integrating Knockout. I ...
TypeScript is a new language that's based on JavaScript, and which compiles to JavaScript, but which, Microsoft argues, is better suited to the development of "large" applications. Pure ...
Today Microsoft released a developer preview of TypeScript, a new JavaScript-like programming language that is translated into JavaScript so that its apps can be run in any browser. The source ...