count-to-6
count-to-6 copied to clipboard
Generators
Too big?
Focus on lazy sequences?
Make them write a combinator, e.g. takeWhile
?
https://github.com/lukehoban/es6features#generators
please!
i think a concept people should know, at least for using for control flow, is that generators are not just "iterators", but simply allow "arbitrary execution". a case to make your own tiny control flow thing would be cool. maybe tie it in with promises.