trimin js code example Example: js remove space before string var str = " Some text "; str.trim(); // str = "Some text"