Hacker News new | ask | show | jobs
by chrisco255 1508 days ago
Sorting the letters by alphabetical order in "node" by converting each letter to its own string in an array. Slick JavaScript, basically.
1 comments

yeah but you need to call sort as a function
OP code would throw an exception. ^^