Blog
JavaScript – Sort An Array of Type
One thing that is not extremely obvious in JavaScript is how you sort arrays. Yes, of course I know that arrays have the native sort() function, but did you know that the following will incorrectly sort the array of numbers: How crazy is that? Even though the array is in Read more…