JavaScript Will Finally Get Proper Asynchronous Programming

The proposal to include async function in ECMAScript has reached stage four; that means it’s on track to be in the 2017 release of the standard. But what does that mean for JavaScript developers? There’s a lot of interest in async, the capabilities …

Similar

Roguelike Development with JavaScript

This book takes you on an adventure to build a roguelike from scratch using JavaScript. With the help of the battle-tested Phaser library, you’ll go through the steps to build a fun, playable web roguelite game. You will add further features to the game s... (more…)

Read more »