Basic JavaScript: Declare JavaScript Variables

Stuck In This Challenge

Your code so far


/* Data type:
undefined, null, boolean, string, symbol, number, and object
*/
//
var myName = "Strings";

myName = 10

let ourName = "Text"

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13099.72.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.94 Safari/537.36.

Challenge: Declare JavaScript Variables

Link to the challenge:

Hello,

The challenge is asking you to declare a variable, not to initialize it :slight_smile:. Initialization means that you add a value to it.

i still dont understand.

this si how you delcare a variable:

var ourName

just do the same with the requested variable