What value is obtained when executing the following code?
let result = 10; result *= 2 + 1;
30
20
21
31