javascript Programming Glossary: numarray
sort not working with integers? http://stackoverflow.com/questions/1063007/sort-not-working-with-integers only integers seems to be harder than I thought var numArray 140000 104 99 numArray numArray.sort alert numArray 0 numArray.. to be harder than I thought var numArray 140000 104 99 numArray numArray.sort alert numArray 0 numArray numArray.length 1 I'd.. harder than I thought var numArray 140000 104 99 numArray numArray.sort alert numArray 0 numArray numArray.length 1 I'd expect..
|