var x = 4;

var x += 8;

// value of x would be 12

Using these assignment operators can save a lot of time. Compare the following statements: