0
Please help
Comment out the second line of code to display only the first statement.
2 Answers
+ 3
In javascript, anything following a double slash // to the end of the line is considered a single line comment.
+ 2
// this is single line comment
/* this
Is
Comment
In
More
Line
*/
You have everything in lection before this, check it out again.