Search Results

33
votes

Hidden Features of JavaScript?

Here are some interesting things: Comparing NaN with anything (even NaN) is always false. Array.sort can take a comparator function and is usually called by a quicksort-like …