Hacker News new | ask | show | jobs
by mmabbq 1899 days ago
I think there's a minor typo in the trimming examples:

  "  Trim Me  ".trim() // "Trim"
should be

  "  Trim Me  ".trim() // "Trim Me"
1 comments

Thank you! I've fixed it.