Y
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
davethedevguy
1899 days ago
Thank you! I've fixed it.
link