how to take out spaces in javascript code example Example: remove spaces in a string js str.replace(/\s+/g, '')