how to remove white space form javascript string code example Example: remove whitespace javascript var str = " Some text "; str.trim();