News

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.
JavaScript syntax has strict rules for adding monetary symbols, the right number of decimal places and for placing decimal points correctly.
Microsoft announced an ambitious project to inject type syntax into ECMAScript, the official JavaScript standard. While that might sound an awful lot like TypeScript, it's different. The company is ...
Binary AST is a stage 1 proposal for the JavaScript language. Binary AST aims to drastically improve the load time of large JavaScript applications by adding a new, binary encoded abstract syntax ...
Microsoft has backed a proposal to bring optional and erasable type syntax to JavaScript in an effort to make its TypeScript language both faster and easier to use. In a new blog post, the ...