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