mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-13 20:17:00 +00:00
3 lines
130 B
Plaintext
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);}}}
|