Specify in style guide that comments to have space

This commit is contained in:
Eric Leung
2017-02-20 18:24:49 -08:00
parent f479237e74
commit 44ded19bb2

View File

@ -104,6 +104,9 @@ Here are specific formatting guidelines for the challenge seed code:
- Use two spaces to indent
- JavaScript statements end with a semicolon
- Use double quotes where applicable
- Comments made should have a space between the comment characters and the comment themselves
`// Fix this line`
## Why do we have all these rules?