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