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