function* generator(i) { yield i; yield i * 2;...
var status = '😎'; setTimeout(() => {...
function* generatorOne() { yield ['a', 'b', 'c'];}...