144 B
144 B
importance: 3
Assignment result
What will be values of a
and x
in the example below?
let a = 2;
let x = 1 + (a *= 2);
importance: 3
What will be values of a
and x
in the example below?
let a = 2;
let x = 1 + (a *= 2);