Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save okovalov/54ae8b294b320363b625498a284db591 to your computer and use it in GitHub Desktop.
Save okovalov/54ae8b294b320363b625498a284db591 to your computer and use it in GitHub Desktop.
const name = 'Hi my name is Flavio'
name.replace(/\s/g, '') //HimynameisFlavio
// https://flaviocopes.com/how-to-replace-whitespace-javascript/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment