simple4.js (165B)
1 function funcA() { 2 debugger; 3 funcB(); 4 funcC(); 5 } 6 7 function funcB() { 8 console.log("Hello!"); 9 } 10 11 function funcC() { 12 console.log("You made it!"); 13 } 14 15 funcA();
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |