Skip to content

Instantly share code, notes, and snippets.

@serrrgggeee
Last active November 24, 2017 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serrrgggeee/91d8676b7fe8bad1fab8510b574f0069 to your computer and use it in GitHub Desktop.
Save serrrgggeee/91d8676b7fe8bad1fab8510b574f0069 to your computer and use it in GitHub Desktop.
function poly(names) {
var result = Array.prototype.join.call(names, ", ")
console.log(result);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment