0 / 60 seg.

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

let y = 5;
let z = 2;
y **= z;