tor-browser

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

sourcemapped.coffee (91B)


      1 foo = (n) ->
      2  return "foo" + i for i in [0...n]
      3 
      4 [first, second, third] = foo(3)
      5 
      6 debugger