underscore.string
underscore.string copied to clipboard
_.join support for array
Hi,
It would be nice if _.join(separator, *strings) supports array also instead of only string parameters sequence.
Unnecessary. There's a native join() method for that - http://www.w3schools.com/jsref/jsref_join.asp
Also, that's something that underscore/lodash would be able to handle if you were chaining. But right now mixing in underscore.string seems to break that feature. See #174.