Skip to content

Instantly share code, notes, and snippets.

@VoloshchenkoAl
Last active March 28, 2016 22:18
Show Gist options
  • Save VoloshchenkoAl/74b7a632d16b0c5bd1a4 to your computer and use it in GitHub Desktop.
Save VoloshchenkoAl/74b7a632d16b0c5bd1a4 to your computer and use it in GitHub Desktop.
function buildString(){
var args = Array.prototype.slice.call(arguments).join('');
return args;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment