Hey, case matters when writing variables in JavaScript.
They are asking you to write it in a convention known as ‘camelCase’, meaning the first letter of a word except the first one should be in upper case.
Hey, i was looking at the exercise and it just asks you to make variable called myName, you dont have to give it a value yet. So the ="christina"makes it wrong.