StackRating
An Elo-based rating system for Stack Overflow
Answers and rating deltas for
In Javascript, why does { a : 1 } == { a : 1 } give an error, and ({a : 1}) == {a : 1} will work?
Last visited: Sep 14, 2014, 5:07:29 AM