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

Level 2, lesson 3

Getting error even the variable name is correct
by

4 Answers

aashaykumar
hello, can you paste the code that you are trying to enter ?
kshitijrana14
Try this one

var bestApp= 'studytonight';
let _code= 'I love coding';
let num = 007;
let $123 = 100;

console.log(bestApp);
console.log(_code);
console.log(num);
console.log($123);
iamabhishek
There was some issue with the compiler server, now everything should work, using the above code. Cheers!
Kartikkl2rg
Thank you sir..

Login / Signup to Answer the Question.