Asynchronous Array Functions in JavaScript

The new async/await is an immensely useful language feature that hides the complexity of asynchronous code and makes it look like it’s working in a synchronous way. The code example below does not look complicated at all, just a few awaits here and there…. Read more

Similar

People got Mad: JavaScript [video]

Everything you see in this video (sound, projection, lights) is controlled by JavaScript.Track on SoundCloud: https://soundcloud.com/nested-loops/people-got-... (more…)

Read more »

The Odyssey of Asynchronous JavaScript

When I was learning JavaScript (about 1-2 years back), my mentor had me go through it step-by-step. So, first I spent some time to get comfortable with callbacks. Then I jumped onto Promises. And then, after months, I started using Async-await. (more…)

Read more »