Find the equivalent of this code: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Find the equivalent of this code:

c = b + 1; a = a + b; b = c; c = undefined; a += b++ a += b + 1 a = b + 1 a += ++b

13th Mar 2018, 10:04 PM
Завен Саргсян
Завен Саргсян - avatar
1 Answer
0
can you show me in a program how you used it?
14th Mar 2018, 12:19 AM
Roel
Roel - avatar