News

Thau's JavaScript Tutorial. There’s a lot you can do with JavaScript: Images can swap when you move a mouse over them, form elements can influence each other on the fly, ...
CoffeeScript, a simple languages that compiles to JavaScript and aims to make web developers’ lives easier, has just moved to a second major release, one that emphasizes syntax improvements ...
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 ...
This tutorial explains what is different and special about a functional programmer's approach, and demonstrates how to implement JavaScript functions from a functional programming point of view. It ...