0 / 60 seg.

What value is obtained when executing the following code?

let a = 5;
let b = 2;
console.log(a > b ? a - b : a + b);