Tag: harmo…

  • Javascript Generators – THEY CHANGE EVERYTHING – ES6 Generators Harmony Generators

    Javascript Generators are AWESOME. At first glance, they seem overly simple and not very useful, but with a little bit of library love, they turn your async javascript from awful to joyful. View the code here: https://gist.github.com/learncodeacademy/bf04432597334190bef4 If you don’t know promises, watch this video: http://www.youtube.com/watch?v=obaSQBBWZLk&list=UUVTlvUkGslCV_h-nSAId8Sw Basically, ES6 generators give you the ability to write…