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

Level 2 Lesson 3 in JS Course

Getting error even the variable name is correct.

this my code
var bestApp = 'studytonight';
console.log(bestApp);

let _code = 'I love coding';
console.log(_code);

let num = 007;
console.log(num);

let $123 = 100;
console.log($123);

still not submit
by

1 Answer

iamabhishek
Please check the answer here https://www.studytonight.com/forum/level-2-lesson-3
This question is already answered.

Login / Signup to Answer the Question.