Merge pull request #151 from goldcaddy77/fix-programatically-typo

Fix typo with word programatically
This commit is contained in:
Harrison Shoff
2014-03-25 10:13:35 -07:00

View File

@@ -216,7 +216,7 @@
'fast.';
```
- When programatically building up a string, use Array#join instead of string concatenation. Mostly for IE: [jsPerf](http://jsperf.com/string-vs-array-concat/2).
- When programmatically building up a string, use Array#join instead of string concatenation. Mostly for IE: [jsPerf](http://jsperf.com/string-vs-array-concat/2).
```javascript
var items,