mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
369 B
369 B
date | id | title |
---|---|---|
2020-11-16 | 544b3e28-5681-49b6-8054-0fd169a3f65c | trim |
Description
Removes all whitespace from both ends of a String. Combination of trimStart and trimEnd
Syntax
console.log(' abc '.t)