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

LEVEL 1 > LESSON 6

ERROR:
We cannot see anything in the Output panel. Please Run the code first.


/console.log("JS Hello World!");/
// console.log("Some debugging information");
by

1 Answer

sam5epi0l
Try this code:


/
JS Hello World
/
console.log("Hello World!");
// console.log("Some debugging information");

Login / Signup to Answer the Question.