Description
Removes all whitespace from both ends of a String. Combination of trimStart and trimEnd
Syntax
console.log(' abc '.t)
Nov 16, 20201 min read
Removes all whitespace from both ends of a String. Combination of trimStart and trimEnd
console.log(' abc '.t)