pull/324/merge
Manjul Mittal 6 months ago committed by GitHub
commit 61152a4543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save