What is the value of z after executing the following code?
z
let x = 5; let y = 3; let z = x / y;
1
0
1.6666666666666667
2