Source code

Revision control

Copy as Markdown

Other Tools

// for-of on an empty array does nothing.
for (var x of [])
fail();