Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 2 lesson 6

I wrote what was required still not accepting, please help
by

1 Answer

kshitijrana14
try this one:

// write your code here
var myVar;
console.log(myVar);
var myVar = null;
console.log(myVar);

const myConst = "Studytonight";
console.log(myConst);

Login / Signup to Answer the Question.