pull/324/merge
Manjul Mittal 1 month ago committed by GitHub
commit 74530e7b27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -586,6 +586,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