how to check and remove white space if any in javascript code example Example: remove whitespace javascript var str = " Some text "; str.trim();