0 / 60 seg.

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

let x = 4;
let y = --x + x--;