News

JavaScript continues to evolve, with a nice batch of new features added in ECMAScript 14. Here's what's new for JavaScript developers this year. The wheel of time has carved out another year ...
It’s not easy keeping up with all the new features the ECMAScript spec brings us every year. Let’s catch up with the highlights from ES11. The JavaScript juggernaut never stops. There are a ...
It's worth noting that the JavaScript performance gains and new CSS features introduced in this release are about attempting to achieve parity with WebKit, rather than raising the bar. This ...
Developed at iPhoneDevCamp II, PhoneGap is designed to give developers of web applications JavaScript access to popular iPhone features like the camera, local SQLite databases, and more ...
Object.observe lets developers observe changes to JavaScript objects. Callbacks can observe multiple objects and will receive all changes to any objects in a single asynchronous call.