Question: What is the output for the code below? var x = 3; var y = 5; X = X * 10; y = x +
What is the output for the code below? var x = 3; var y = 5; X = X * 10; y = x + y; console.log("x = " + x); console.log("y + y); Presen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
