profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

trim

Description

Removes all whitespace from both ends of a String. Combination of trimStart and trimEnd

Syntax

console.log(" abc ".t)