Skip to content

Instantly share code, notes, and snippets.

@mhamzas
Created May 21, 2020 19:30
Show Gist options
  • Select an option

  • Save mhamzas/4907848214980ed5bbeab8caa2ea86e2 to your computer and use it in GitHub Desktop.

Select an option

Save mhamzas/4907848214980ed5bbeab8caa2ea86e2 to your computer and use it in GitHub Desktop.
JS - Split String without empty elements
str.split(' ').filter(function(i){return i})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment