最佳答案
I'd like to be able to say something like this in javascript :
"a".distance("b")
How can I add my own distance function to the string class?