Question: Observe the following program and try to predict the values it displays. Write it in JavaScript.console.log(4 + 5);console.log(4 + 5);console.log(4 + 5);Check your prediction by
Observe the following program and try to predict the values it displays. Write it in JavaScript.console.log(4 + 5);console.log("4 + 5");console.log("4" + "5");Check your prediction by executing 1 answer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
