Primary
String.prototype.trim() ⚬|Documentation|1st|20251021143155-00-⌔
String.prototype.trim()
The trim() method of
Stringvalues removes whitespace from both ends of this string and returns a new string, without modifying the original string.To return a new string with whitespace trimmed from just one end, use
trimStart()ortrimEnd().Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •