0
Why this returns 103 and not 102?
var x = 1 for(x; x<=10; x++){ x+=x+100 } console.log(x)
19th Jan 2022, 5:42 AM
Theoz

1 Odpowiedź
+ 3
x = 1
x += 101
x++
console.log(x)
19th Jan 2022, 5:49 AM
Mafdi

Często masz takie pytania?
Ucz się bardziej efektywnie, za darmo:
Popularne dzisiaj
Solving coding challenges
2 Votes
I am new
1 Votes
Advertising in Sololearn
1 Votes
RUST'S FUTURE
1 Votes
Programming Language
0 Votes