tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

arrays-5.js (73B)


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