My string is not working

Tell us what’s happening:
I´m traying to complete this excersice but the system don´t allow us to complete I don´t know what is the error…

Your code so far
var myfirstName = “Mario”;
var myLastName = “Concoha”;


// Example
var firstName = "Alan";
var lastName = "Turing";

// Only change code below this line
var myfirstName = "Mario";
var myLastName = "Concoha";

Your browser information:

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

Challenge: Declare String Variables

Link to the challenge:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/declare-string-variables

Hi! @Mariocard
myfirstName it’s a bit diferent to myFirstName Have you notice the diference? That’s the error.

1 Like

I got it…lets try…

1 Like

you are right now is woking…I really aprecite that…next time I will make sure…you are my boss thanks.

1 Like