javascript remove whitespace before and at end code example Example: remove whitespace javascript var str = " Some text "; str.trim();