why is that incorrect?

Tell us what’s happening:
Describe your issue in detail here.

Your code so far



var MyFirstName = "Ciao";
var MyLastName = "wellah";

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0

Challenge: Declare String Variables

Link to the challenge:

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

the capitalization matter - you wrote


I am guessing, but there is also the curriculum in Italian
JavaScript Base: Dichiarare variabili stringa | freeCodeCamp.org

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