Update readMe.md

corrected the typo  and multiline comments
pull/193/head
nsanthoshkumar 4 years ago committed by GitHub
parent 07143be3b7
commit 84cb288b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -205,7 +205,7 @@ console.log('Hello, World!')
##### Console.log with Multiple Arguments ##### Console.log with Multiple Arguments
The **conole.log()** function can take multiple parameters separated by comma. The syntax looks like as follows:**console.log(param1, param2, param3)** The **console.log()** function can take multiple parameters separated by comma. The syntax looks like as follows:**console.log(param1, param2, param3)**
![console log multiple arguments](./images/console_log_multipl_arguments.png) ![console log multiple arguments](./images/console_log_multipl_arguments.png)
@ -231,11 +231,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