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