What is the problem?

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

Your code so far


// Only change code below this line
var myNam = "Bil";
var myStr = "My name is " +myNam+ " and I am well!";

Your browser information:

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

Challenge: Constructing Strings with Variables

Link to the challenge:

Set myName to a string equal to your name and build myStr with myName between the strings My name is and and I am well!

you do not have a variable named myName

Thanks!
I was careless.

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