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