mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 03:26:22 +00:00
273 B
273 B
id | title |
---|---|
364e742e-58e8-4a1e-baa9-e9265a533301 | trimStart |
Description
Trims the start of a JavaScript Strings. Opposite of trimEnd.
Syntax
console.log(" abc ".trimStart()); // 'abc '