Would you please explain to me where I did wrong and why ?I’m new and first time in coding ! Thank you,
//
var b;
b=7;
var a;
a=b;
// Only change code below this line
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 Edg/106.0.1370.52
Challenge: Basic JavaScript - Assigning the Value of One Variable to Another
Link to the challenge: