Tell us what’s happening:
Describe your issue in detail here.
When i try to Declare JavaScript Variables
Your code so far
var Name = “Piet”;
it says the following:
// running tests You should declare
myName
with the
var
keyword, ending with a semicolon // tests completed
/**
* var Name = "Piet";
* */
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Challenge: Basic JavaScript - Declare JavaScript Variables
Link to the challenge: