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
Rakhi Singh -
邱敬幃 Pardn Chiu -
Juraj -
Jonas Scholz -
Top comments (0)