Tell us what’s happening:
// Setup
var a; 7
var b = a;
// Only change code below this line
a = 7;
b = a;
What is wrong?
Your code so far
// Setup
var a; 7
var b = a;
// Only change code below this line
a = 7;
b = a;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36.
Link to the challenge: