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