Signup/Sign In

Answers

All questions must be answered. Here are the Answers given by this user in the Forum.

can anyone tell me Assignment Operator code 3 level - 2 lesson.
2 years ago
yeah i done it, even though i was getting same result.
var myVar =
console.log(myVar);
var myVar = null;
console.log(myVar);
Eventhough the answer is correct, it is displaying that - log the value of the variable myVar on the console.
2 years ago