We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7f233 commit d64dd89Copy full SHA for d64dd89
manual/en-US/coding-standards/chapters/javascript.md
@@ -222,7 +222,9 @@ var foo = 'bar',
222
223
### String
224
225
-Concatenate long strings. Space separating each string should be at the end with the concatenation operator at the front of each subsequent string.
+- Concatenate long strings.
226
+- Place space before closing quote at the end of each string.
227
+- Concatenation operator at the end of each subsequent string.
228
229
```
230
var longString = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ' +
0 commit comments