how to get rid of all spaces in a string in js code example Example: remove space from string javascript var str = " Hello World! "; alert(str.trim());