Basic JavaScript - Declare String Variables

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.

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