Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
// Setup
var a;
var var a=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/94.0.4606.81 Safari/537.36 Edg/94.0.992.50
Challenge: Storing Values with the Assignment Operator
Link to the challenge:
Hi @thaliarulesflowers95 !
Welcome to the forum!
I would reset the lesson.
You first need to follow these directions.
You are not supposed to change code above that line.
Then take a close look at the example code again.
myVar = 5;
The example uses a variable called myVar and assigns the value of 5 to it.
You are going to do the same thing except you are going to assign the value 7 to variable a .
Your answer should only be one line of code.
Hope that helps!