Shortcuts of writing codes
var x = 200;
var y = 350;
x = x * y; is the same of x *= y;
x = x + y; is the same of x += y;
Shortcuts of writing codes
var x = 200;
var y = 350;
x = x * y; is the same of x *= y;
x = x + y; is the same of x += y;
For further actions, you may consider blocking this person and/or reporting abuse
Mike Young -
Mike Young -
Sospeter Mong'are -
Mike Young -
Top comments (0)