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