html javascript get rid of starting spaces code example Example: js remove space before string var str = " Some text "; str.trim(); // str = "Some text"