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
Best language?
0 Votes
Bro can you fix yt error?
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
Sql practice
0 Votes
Bug in Completing AI Practice
0 Votes