What value is obtained when executing the following code?
let a = 4; let b = 2; let result = a - b * 2;
4
0
8
2