Vanilla JavaScript Replace All Whitespaces
Today we'll be looking into a widespread use case; we want to replace all whitespace occurrences from a string. Think about an input we want to save as a URL, and we need to replace the whitespaces with dashes. Or an image where we need to remove the...
h.daily-dev-tips.com1 min read