Basic JavaScript - Declare String Variables

Tell us what’s happening:

What’s wrong here?

Your code so far

var MyFirstName = "Camila";
var MyLastName = "Milani";

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/119.0.6045.169 Mobile/15E148 Safari/604.1

Challenge Information:

Basic JavaScript - Declare String Variables

First letter in your variables should be lower case not upper

2 Likes

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