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

Level 8 > lesson 8

Unable to run getting below error , can you please look into this.

it is redirecting on home page and getting one popup

/ Add global variable a here*/
let a = "Hello";
function greeting() {
/* Add the local variable here
/
let b = "Studytonight";
console.log(`${a} ${b}`);
}
greeting();
console.log(a + b);
by

2 Answers

iamabhishek
Hey, you can get in touch with our support by sending in WhatsApp on number ?+919354261828?. You can share a screenshot or may be a screen recording so that we can help you.
iamabhishek
Please try now, it should work.

Login / Signup to Answer the Question.