forked from mirrors/gecko-dev
2 lines
130 B
Text
2 lines
130 B
Text
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);}}}
|