Code not running please help me

Tell us what’s happening:
please tell me where is my mistake in this code as it is not giving result after run

Your code so far


var myName = "AZAZ";

Your browser information:

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

Challenge: Declare JavaScript Variables

Link to the challenge:

The test wants you to declare the variable but not initialize it (i.e. don’t give it a value yet).

2 Likes