File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 180180 ` ` `
181181
182182 - 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)
183184
184185 ` ` ` javascript
185186 // bad
12891290 - [Bang Function ](http: // jsperf.com/bang-function)
12901291 - [jQuery Find vs Context, Selector](http: // jsperf.com/jquery-find-vs-context-sel/13)
12911292 - [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)
12921294 - Loading...
12931295
12941296 ** [[⬆]](#TOC )**
You can’t perform that action at this time.
0 commit comments