Hacker News new | ask | show | jobs
by msoad 1508 days ago
wat
1 comments

Sorting the letters by alphabetical order in "node" by converting each letter to its own string in an array. Slick JavaScript, basically.
yeah but you need to call sort as a function
OP code would throw an exception. ^^