trim in html code example Example 1: remove whitespace javascript var str = " Some text "; str.trim(); Example 2: javascript whitespace strip yourvariable.trim()