how to remove empty space in a string js code example Example: remove whitespace javascript var str = " Some text "; str.trim();