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

Answer for Level 2 lesson 3 not accepted

My answer is not accepted I tried everything. Can I get the answer for this.
Also 1 suggestion, add a feature to view answers by using 10-20 coins that really helps.
by

1 Answer

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);

Login / Signup to Answer the Question.