Storing Values with the Assignment Operator | help

Tell us what’s happening:

Your code so far

// Setup
var a;
var b = 7;


// Only change code below this line

myVar = 5;

myNum = myVar;

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:57.0) Gecko/20100101 Firefox/57.0.

Link to the challenge:
https://www.freecodecamp.org/challenges/storing-values-with-the-assignment-operator

You need to assign a new value to a and then assign a to b