DEV Community

Discussion on: The easiest problem you cannot solve.

Collapse
 
metalbrain28 profile image
metalbrain28

Well...

K((function *() { yield(arguments); }))(cat)(dog).next().value[0];
Collapse
 
joelnet profile image
JavaScript Joel

Generators and iterators. quite a unique solution. I love it!