Thirty years ago, Netscape and Sun Microsystems introduced JavaScript as a new, cross-platform scripting language for building internet applications. Brendan Eich, the language's original designer, ...
These project contains JavaScript examples which ware created during a JavaScript tutorial. Everything is very hands on and rather short. The tutorial was intended to get a group of people not knowing ...
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 ...
This Backbone.js plugin provides a convenient super method. Usually, when you're using Backbone.js, you have to do some funky (well, not funky... Javascript-y) stuff to be able to access parent ...