javascript remove whitespace from string before code example Example: remove whitespace javascript var str = " Some text "; str.trim();