background preloader

JS

Facebook Twitter

Jquery - javaScript: Can a comma occur after the last set of values in an array.

Testing JS

Dynamically arrange some elements around a circle. jQuery Screen Resolution Height Adjustment. A Study on Solving Callbacks with JavaScript Generators. June 5th 2013 When I first started writing node.js code, there were 2 things I hated: all the popular templating engines, and the proliferation of callbacks.

A Study on Solving Callbacks with JavaScript Generators

I was willing to put up with callbacks because I understood the power the of event-based servers, but since I saw that generators were coming to JavaScript, I have eagerly awaited the day they were implemented. That day has come.