0 / 60 seg.

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

let x = 2;
let y = x++ + ++x;