fix syntax in Multi-line comments

pull/138/head
Akshhat 5 years ago
parent 06d2534234
commit b4e18cc181

@ -233,11 +233,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

Loading…
Cancel
Save