Source code

Revision control

Copy as Markdown

Other Tools

for (let i = 0 ; i < 100 ; i++) {
var x = -0;
var y = { [x-1]() {} }
}