Variable initialization

Tell us what’s happening:
Describe your issue in detail here.
it is saying that
myFirstName should be a string with at least one character in it.

myLastName should be a string with at least one character in it.

Your code so far


var myFirstname = "$Reagon";
var myLastname = "$Scofield";

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36

Challenge: Declare String Variables

Link to the challenge:

confront the required name with the one you are using, are they the same?

Javascript is case sensitive…

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