Not sure what i'm doing wrong? (string variables)

It wont let me past the lesson.

Your code so far

var myfirstname = "kyle";

var myfirstname = "kyle";

Your browser information:

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

Challenge: Declare String Variables

Link to the challenge:

Create two new string variables: myFirstName and myLastName

javascript is case sensitive. myfirstname is not the same as myFirstName.

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