Basic JavaScript - Declare String Variables

Tell us what’s happening:
it says i need charaters but I have not clue what it means

`type or paste code here`

Your code so far

var myfirstName = "eggs";
var mylastName = "banana";

Your browser information:

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

Challenge: Basic JavaScript - Declare String Variables

Link to the challenge:

Capitalization matters. The “F” in the first variable and the “L” in the second variable need to be capitalized.

Copy thank you so much

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