arrow-function.js (141B)
1 export {}; 2 3 let outer = (p1) => { 4 console.log(this); 5 6 (function() { 7 var inner = (p2) => { 8 console.log(this); 9 }; 10 })(); 11 };
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |