Source code

Revision control

Copy as Markdown

Other Tools

function C() {
this.x = this[this.y = "foo"]--;
}
// Don't crash.
new C;