Basic JavaScript - Declare String Variables

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

Your code so far

var myFirstname = "nour";
var myLastname = "sheriuf";

Your browser information:

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

Challenge: Basic JavaScript - Declare String Variables

Link to the challenge:

Hi! Welcome to the forum.

Please try to describe your issue in more detail in the ‘tell us what is happening’ section in future, you can write your own text in this section. It makes helping much easier.

Please compare the capitalisation of your variables, to the capitalisation of the variables the lesson wants you to use. Do you notice the difference?

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