Given the following code enter the values of ' x ' and ' y ' that will be output.
varx=1
let y=1
if (x==1){
varx=2;
let y=2;
console.log (x); // value of x : console. log(y) : /I value of y :