We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e645ca2 commit 4815ab0Copy full SHA for 4815ab0
README.md
@@ -180,6 +180,7 @@
180
```
181
182
- Strings longer than 80 characters should be written across multiple lines using string concatenation.
183
+ - Note: If overused, long strings with concatenation could impact performance. [jsPerf](http://jsperf.com/ya-string-concat) & [Discussion](https://github.com/airbnb/javascript/issues/40)
184
185
```javascript
186
// bad
@@ -1289,6 +1290,7 @@
1289
1290
- [Bang Function](http://jsperf.com/bang-function)
1291
- [jQuery Find vs Context, Selector](http://jsperf.com/jquery-find-vs-context-sel/13)
1292
- [innerHTML vs textContent for script text](http://jsperf.com/innerhtml-vs-textcontent-for-script-text)
1293
+ - [Long String Concatenation](http://jsperf.com/ya-string-concat)
1294
- Loading...
1295
1296
**[[⬆]](#TOC)**
0 commit comments