Tell us what’s happening:
Describe your issue in detail here.
Your code so far
var myfirstName = "beau";
var myLastName = "Mike";
Is this not correct?
Challenge: Basic JavaScript - Declare String Variables
Link to the challenge:
Tell us what’s happening:
Describe your issue in detail here.
Your code so far
var myfirstName = "beau";
var myLastName = "Mike";
Is this not correct?
Challenge: Basic JavaScript - Declare String Variables
Link to the challenge:
You should type camelCase in JavaScript. please read your code again you will find the issue.