0 / 60 seg.

What is the value of b after executing the following code?

let a = 3;
let b = ++a;