mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 21:58:41 +02:00
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);}}}
|