You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: es5/README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@
194
194
var fullName = 'Bob ' + this.lastName;
195
195
```
196
196
197
-
- Strings longer than 100 characters should be written across multiple lines using string concatenation.
197
+
- Strings longer than 80 characters should be written across multiple lines using string concatenation.
198
198
- 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).
0 commit comments