tor-browser

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

precedence-5.js (102B)


      1 // map(x => x, 32) is two arguments, not one
      2 
      3 assertEq("" + [1, 2, 3, 4].map(x => x, 32), "1,2,3,4");