Tell us what’s happening:
not able go forward though problem is already solved i guess
Your code so far
/ Setup
var a = 7;
var b = 7;
// Only change code below this line
b = a;
// Setup
var a = 7;
var b = 7;
// Only change code below this line
b = a;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36
.
Challenge: Assigning the Value of One Variable to Another
Link to the challenge: