Basic JavaScript - Declare String Variables - rZ6naJhs9UsYyBZN_Kqz0

It’s telling me my string must contain at least one character. I’m only 3% into the lessons and I’m already stumped. I feel very foolish.

Your code so far

var myFirstname = "Erik";
var myLastname = "Kershner";

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15

Challenge: Basic JavaScript - Declare String Variables

Link to the challenge:

capitalization matters. thisIsMyFirstVariable

You are not required to always use camelCase but in this challenge, the tests expects your variable to be in camelCase.

1 Like

thank you. very helpful. Now I can finally move on. thank you for the quick response

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