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