0 / 60 seg.

What value is obtained when executing the following code?

let a = 4;
let b = 2;
let result = a - b * 2;