0

Javascript math operator

I don't get it;wt is the useful of Increment ++ and decrement ++ i need an example

5th Sep 2020, 7:28 AM
Rehaf Bushara
Rehaf Bushara - avatar
2 Answers
0
It uses when u need to go ahead on a list or group of things.. the increment ++ means +1 at every time, when used inside loop it will repeat as long as the loop length .. but if u ask about the diff btwn ++i & i++ that's is ++i incrementing before lunch the statement but i++ increment after
6th Sep 2020, 5:47 AM
Ű­Ű±Ù… ŰŻÙŰč Ű§Ù„Ù„Ù‡
Ű­Ű±Ù… ŰŻÙŰč Ű§Ù„Ù„Ù‡ - avatar