Description Trims the start of a JavaScript Strings. Opposite of trimEnd. Syntax console.log(" abc ".trimStart()); // 'abc '