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

Level 2 Lesson 5

solution please
by

1 Answer

iamabhishek
Here is the answer:

// write your code here

var myVar;
console.log(myVar);

var myVar=null;
console.log(myVar);

Login / Signup to Answer the Question.