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 Antwoord
+ 3
x = 1
x += 101
x++
console.log(x)
19th Jan 2022, 5:49 AM
Mafdi

Heb je vaak vragen zoals deze?
Leer efficiënter, gratis:
Populair vandaag
Coding for Cybersecurity
0 Votes
Pointers in c#
0 Votes
Salut tout le monde
1 Votes
How can i isntall modules
0 Votes