Skip to content

Instantly share code, notes, and snippets.

@bjvoth
Last active July 13, 2016 21:57
Show Gist options
  • Save bjvoth/4a955903637cfbdd60f0ddcfca22d9c9 to your computer and use it in GitHub Desktop.
Save bjvoth/4a955903637cfbdd60f0ddcfca22d9c9 to your computer and use it in GitHub Desktop.
Join method
var _ = {
// Implements:
// https://lodash.com/docs#join
join: (array, separator = ',') => {
return 'FAIL :(';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment