Next generation is better. I promise by the Hostile Developer

added by JavaScript Kicks
11/26/2014 9:59:58 AM

218 Views

In addition to my regular hostility towards programming, I occasionally get really excited about stuff. When I heard that Chrome 39 had native support for Generators, I got really excited… until I realized I didn’t really know what that meant. ES6 Features are sneaking into browsers already. A lot of features are around dealing with asynchronous code. Generators are really cool in that they let you pause a functions execution until all yield statements are done.


0 comments