I don’t know why my answer didn’t submit
var myName="kdf$_8";
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36
.
Challenge: Declare JavaScript Variables
Link to the challenge:
The instructions state:
Use the var
keyword to create a variable called myName
.
You did more than just declare a variable. You initialized it with a value. Just do as the example shows and you will be pass.
system
closed
#4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.