Skip to content

Instantly share code, notes, and snippets.

@ashwinkumar2438
Last active August 30, 2020 16:01
Show Gist options
  • Save ashwinkumar2438/7518a5c2dfad5a490c2aba52a5956ecf to your computer and use it in GitHub Desktop.
Save ashwinkumar2438/7518a5c2dfad5a490c2aba52a5956ecf to your computer and use it in GitHub Desktop.
var name=" R e g E x p"
let namewithoutspaces=name.split(" ").join("");
console.log(namewithoutspaces); // "RegExp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment