Iam not fully understanding why my variable code is not running and also when i want to delete something and press backspace it hangs and beoomes 2 cursors

Tell us what’s happening:

Your code so far


var myName #≠><✓var 
≠=
var myName = "ppot
my name =5b
var myName = 5g
var ourName; h
var myName = "rrafel;m





var hds








/*ossom is ok i am going to write a code6 67*/
var myName = "hharvard;

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; Mi A3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36.

Challenge: Declare JavaScript Variables

Link to the challenge:

Hello Rajat,
you have a problem with double quotations.
to declare a variable var myName = "rajat"; you shoud wrap your name with “”

touch devices are not fully compatible with freecodecamp

you can try with this solution:

1 Like