function* iniciarJogo() { const resposta = yield 'Você ama JavaScript?'; if (resposta !== 'Sim') {...
var status = '😎'; setTimeout(() => {...
function* generatorOne() { yield ['a', 'b', 'c'];}...