Source code

Revision control

Copy as Markdown

Other Tools

function* foo() {
yield 1;
yield 2;
}