mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-01-23 06:16:35 +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);}}}
|