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

The compiler of JS is not working.

The output panel is continuously showing "try again". It's not executing the code even though my code is correct.

let a = "Hello";

function greeting() {
/ Add the local variable here/
let b = "Studytonight";

console.log(`${a} ${b}`);
}
greeting();
console.log(a + b);
Please it's my request to fix this issue asap.
by

2 Answers

iamabhishek
Please check now. If you need help with the solution, let us know.
Shivanitgxoe
The compiler is showing try again..........

Login / Signup to Answer the Question.