Basic JavaScript - Declare String Variables

Tell us what’s happening:
Describe your issue in detail here. I am doing exactly what I was shown in the help video and on the forums i’ve read but each time it still says they need at least one character in it. so confused if im just doing it all wrong

Your code so far

var myFirstname="michael";
var myLastname="lucas";

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36 OPR/85.0.4341.68

Challenge: Basic JavaScript - Declare String Variables

Link to the challenge:

Remember that JS is case sensitive. How would the phrase “my first name” camel case? Check the instructions:

Create two new string variables: myFirstName and myLastName and assign them the values of your first and last name, respectively.

I just noticed that after rereading for the hundredth time, Thank you for the help

Yeah, we’ve all been there. Part of learning to be a good developer is learning to pay very, very close attention to details.

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