Skip to content

Instantly share code, notes, and snippets.

@shaneriley
Created August 24, 2011 14:01
Show Gist options
  • Save shaneriley/1168143 to your computer and use it in GitHub Desktop.
Save shaneriley/1168143 to your computer and use it in GitHub Desktop.
toSentence
var toSentence = function() {
return Array.prototype.join.call(arguments, " ") + ".";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment