0 / 60 seg.

What is the value of z in the following code?

let x = 10;
const y = x;
let z = y;