Source code

Revision control

Copy as Markdown

Other Tools

function f() {
for (const x of []) {
for (let y of [y, y]) {}
}
}
f();