tor-browser

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

simple2.js (78B)


      1 function foo(x, y) {
      2  function bar() {
      3    return x + y;
      4  }
      5  return bar;
      6 }