Tell us what’s happening:
Describe your issue in detail here.
What am i supposed to do here? I did “a = b”, and it didn’t work
Your code so far
// Setup
var a;
a = 7;
var b;
// Only change code below this line
a = 7
b = 7
a = b
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15
Challenge: Assigning the Value of One Variable to Another
Link to the challenge: