1
This commit is contained in:
parent
e3c80ae19f
commit
bbd9b067c8
@ -1,8 +1,11 @@
|
||||
alert ('gtfo');
|
||||
while (true) {
|
||||
let c=10;
|
||||
let c=10;
|
||||
let i=0
|
||||
while (true&&c<1000000000) {
|
||||
c=2*c*c;
|
||||
console.log(c);
|
||||
i=i+1;
|
||||
if (i%7) {alert(c)}
|
||||
}
|
||||
console.log('huynya');
|
||||
console.log(4+9);
|
Loading…
Reference in New Issue
Block a user