mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
352 B
352 B
id | title |
---|---|
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)