(Declare )JavaScript Variables

I have got this code and it tell me it’s wrong please can you help me?

Your code so far

// Example
var ourName = "Rafael";


// Define myName below this line

Your browser information:

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

Link to the challenge:
https://www.freecodecamp.org/challenges/declare-javascript-variables

The instructions are to declare myName. You have not done that.

I write var my Nme = “Rafael”; right??

Try it out. Be careful of typos.

I try var my Name = “Klaudia”

Here i write my name right??

The instructions tell you exactly what to call your variable. Anything that doesn’t match it will fail the tests. As Randell said, you cannot have spaces in variable names.

ok you help me very much i dii it thank you you are amazing