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

Level 2 Lesson 4 submit issues

I wrote the required code, but it won't submit and let me go further
by

1 Answer

iamabhishek
You have to write the code exactly as per the instructions.
Here is the correct code:

// create variables and log their values
var bestApp = "d";
console.log(bestApp);
let myNum = 1;
console.log(myNum);
console.log(true);

Login / Signup to Answer the Question.