the test does not work

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

The test does not seem to work, yet I have written the two variables correctly. But the first does not seem to read “Marie” while the other reads “Lacoste”.

Your code so far


var myFistName = "Marie";
var myLastName = "Lacoste";

Your browser information:

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

Challenge: Declare String Variables

Link to the challenge:

You have a very small spelling typo here.

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