open_in_new
content_copy
function* generateSequence() { yield 1; yield 2; return 3; }