Basic JavaScript - Declare JavaScript Variables

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:

Welcome to the forum!

This exercise wants you to copy the example, just with myName, you can take everything literally.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.