Declaration of variable

IT IS NOT WORKING WHEN I RUN THE TEST CAN ANYONE PLS HELP

Your code so far


//example   
var ourname;
//define my name below this
var myname;

Your browser information:

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

Challenge: Declare JavaScript Variables

Link to the challenge:

Hi @bharath.kme19cs017!

Check spelling for myname variable with the FCC example.

Hint:
Camel Casing

Hope that helps!

2 Likes