Reference equality is a huge source of confusion for them. Structural equality is what they expect.
#{ a: 1 } === #{ a: 1 } //=> true
This is massively useful.JavaScript is adding so much new syntax I feel bad for people starting to learn the language now.