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