Register TODAY for the next free ACM Webcast, "Async JavaScript at Netflix," presented on Friday, August 29, 2014 at noon ET (11 am CT/10 am MT/9 am PT/4 pm GMT) by Jafar Husain, Cross-UI Team Technical Lead, Netflix. The talk will be followed by a live question and answer session moderated by Erik Meijer, Founder and CEO, Applied Duality; ACM Queue Editorial Board. (If you'd like to attend but can't make it to the virtual event, you still need to register to receive a recording of the webinar when it becomes available). Note: You can stream this and all ACM Learning Webinars on your mobile device, including smartphones and tablets.
What's does a mouse drag event have in common with an Array of numbers? The answer to this question may surprise you: they are both collections. This key insight holds the key to dramatically simplifying asynchronous programming in JavaScript. In this talk you will learn how you can use the familiar JavaScript Array methods to create surprisingly expressive asynchronous programs. Using just a few functions, you will learn how to do the following: