Skip to content

Instantly share code, notes, and snippets.

@zoxon
Created February 2, 2015 03:58
Show Gist options
  • Save zoxon/a398413a199976347c83 to your computer and use it in GitHub Desktop.
Save zoxon/a398413a199976347c83 to your computer and use it in GitHub Desktop.
var removeAllSpaces = function(str) {
return str.replace(/ /g,'');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment