After the following code runs, what will be the value of x? const x = 2; let y = x; y = 3; code example Example: vars javascript var /*var*/ = /*What it does*/