|
|
@ -316,11 +316,11 @@ We add comments to our code. Comments are very important to make code more reada
|
|
|
|
|
|
|
|
|
|
|
|
**Example: Multiline Comment**
|
|
|
|
**Example: Multiline Comment**
|
|
|
|
|
|
|
|
|
|
|
|
/_
|
|
|
|
/\*
|
|
|
|
This is a multiline comment
|
|
|
|
This is a multiline comment
|
|
|
|
Multiline comments can take multiple lines
|
|
|
|
Multiline comments can take multiple lines
|
|
|
|
JavaScript is the language of the web
|
|
|
|
JavaScript is the language of the web
|
|
|
|
_/
|
|
|
|
\*/
|
|
|
|
|
|
|
|
|
|
|
|
##### Syntax
|
|
|
|
##### Syntax
|
|
|
|
|
|
|
|
|
|
|
|