mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
288 B
288 B
date | id | title |
---|---|---|
2020-11-16 | 5656f5af-f543-4439-b52f-e83122c0dce0 | trimEnd |
Description
Trims the end of a JavaScript Strings. Opposite of trimStart.
Syntax
console.log(" abc ".trimEnd()); // " abc'