1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 22:48:47 +00:00
Files
UXP/devtools/client/commandline/test/browser_cmd_jsb_script.jsi
T

3 lines
130 B
Plaintext

function somefunc(){if (true) // Some comment
doSomething();for(let n=0;n<500;n++){if(n%2==1){console.log(n);console.log(n+1);}}}