Help, java noob go burrrrrrrr

Trying to restore my coding skills and now I’m stuck lol

I’ve been trying to figure out why this isn’t working for ages someone help please!

my code so far


var MyFirstName;
var MyLastName;
var MyFirstName = "Charlie";
var MyLastName = "Fru";

Link to the challenge:

Fixed it- capitals at the beginning of the variable lol

You also should not declare your variables twice.

1 Like

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