Basic JavaScript - Declare String Variables

Tell us what’s happening:
Describe your issue in detail here.
It is telling me to create two string literals, which I believe is what I did. So I am not sure what I am missing?
Your code so far

var myfirstname = "christopher";
var mylastname = "forti";

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/16.5 Safari/605.1.15

Challenge: Basic JavaScript - Declare String Variables

Link to the challenge:

Never mind, I see what I did. I missed a couple capital letters.

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