Basic JavaScript - Storing Values with the Assignment Operatori please house i do not quit understand what to do

Tell us what’s happening:
Describe your issue in detail here.

Your code so far
// Setup

var 7;

myVar=“7”

// Only change code below this line

// Setup
var a;
a="7";
myVar="7"
// 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/108.0.0.0 Safari/537.36

Challenge: Basic JavaScript - Storing Values with the Assignment Operator

Link to the challenge:

please click the reset button.
The original code looked like this:

// Setup
var a;

// Only change code below this line

Notice how there is a comment on the last line?
What does it say?
please follow all instructions.