Skip to content

Instantly share code, notes, and snippets.

@ozantunca
Last active September 6, 2020 10:13
Embed
What would you like to do?
'lorem ipsum dolor sit amet'.replace(/ /g, '-');
// -> 'lorem-ipsum-dolor-sit-amet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment