Source code

Revision control

Copy as Markdown

Other Tools

let x = 0;
oomTest(function () {
let y = x++;
[](y.toString(y));
});