Update index.md (#23239)

just made the sentence flow a little bit more.
This commit is contained in:
factotumMeister
2018-10-20 10:27:37 -07:00
committed by Randell Dawson
parent 09189002c6
commit dca0b3254e

View File

@ -10,7 +10,7 @@ It is always best practice when starting out to comment more often than not, as
JavaScript has two ways of assigning comments in its code.
The first way is the `//` comment; all text following `//` on the same line into a comment. For example:
The first way is the `//` comment; all text following `//` on the same line is considered as a comment. For example:
```javascript
function hello() {