Hacker News new | ask | show | jobs
by simplify 2153 days ago
I was thinking "what's the point?" until I reached the section on equality:

    #{ a: 1 } === #{ a: 1 }  //=> true
This is massively useful.