Basic JavaScript - Storing Values with the Assignment Operator

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

Your code so far

// Setup
var 7;
var myVar = 5;
// 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/103.0.5060.114 Safari/537.36 OPR/89.0.4447.64

Challenge: Basic JavaScript - Storing Values with the Assignment Operator

Link to the challenge:

Hi,
you should assign value 7 to variable a not to myVar and variables should not start with numbers

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.