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

Js Course Lesson 6 level 1 comment problem

i put the single line comment and multi line comment but i got it wrong please need some tips about this section
so my answer was like below

/ JS Hello World /
console.log("Hello World");

//single-Line Comment
console.log("some debugging information");
by

1 Answer

kshitijrana14
Try this one:

/
js he\llo world
/
console.log("He\llo World!");
//console.log("Some debugging information");

Login / Signup to Answer the Question.