|
|
@ -532,6 +532,11 @@ There are two ways of commenting:
|
|
|
|
- _Single line commenting_
|
|
|
|
- _Single line commenting_
|
|
|
|
- _Multiline commenting_
|
|
|
|
- _Multiline commenting_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Single line commenting:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```js
|
|
|
|
```js
|
|
|
|
// commenting the code itself with a single comment
|
|
|
|
// commenting the code itself with a single comment
|
|
|
|
// let firstName = 'Asabeneh'; single line comment
|
|
|
|
// let firstName = 'Asabeneh'; single line comment
|
|
|
|