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