Question: Write the output 5 points var a = 4; var b = 4; if(a == b){ console.log(yes); } if(a === b){ console.log(yes); } Your

Write the output 5 points var a = 4; var b = "4"; if(a == b){ console.log("yes"); } if(a === b){ console.log("yes"); } Your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
