Shiva2
#1
Tell us what’s happening:
Describe your issue in detail here.
I put itt right but it’s not woking
Your code so far
Varpu myname = "shiva";
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; Redmi Y2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.152 Mobile Safari/537.36
Challenge: Declare JavaScript Variables
Link to the challenge:
Hi @Shiva2 !
Welcome to the forum!
I would reset the lesson because there are a few issues.
No.1:
This is the var keyword.
var
Varpu does not make sense and is not valid javascript.
No2:
The correct variable name is myName
Capitalization matters.
No.3:
You are only supposed to declare the variable.
Not assign it a value.
Hope that makes sense.
system
closed
#3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.