Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
x++ will increase a value sometimes. Please help me learn all of the times when it won't change x. This is my understanding so far: x=4; for { y=x++; } document.write(y) //returns 4 x=4; for { y=x++; y+=2; return y; } //returns 7 x++/2==? ++x/2=2.5
interations
javascript
loops
3 Votes
6 Answers
9th Oct 2016, 5:31 PM
ixnayOntheAmScray
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
How do we code calculator
2 Votes
How to add comment in python?
1 Votes
Engineer Cloud
1 Votes
Lua?
1 Votes
What programming language should i learn to make applications or games?
0 Votes
Ayuda para insertar la imagen de portada y las melodĂas a mi ĂĄlbum alguien sabe cĂłmo
0 Votes
Pressure and tension
2 Votes