Comments in JavaScript part 2
Multiple-Line Comments
Everything you write between /*and */ will be considered as a multi-line comment.
Here is an example.
Comments are used to describe and explain what the code is doing.
Create a multi-line comment in JavaScript.
multiline
// comment
Comments
Post a Comment