Source code

Revision control

Copy as Markdown

Other Tools

function* a(b=3) {
yield
}
a()