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