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