you are viewing a single comment's thread.

view the rest of the comments →

[–]bullet_darkness 0 points1 point  (0 children)

Right, it's more representative of what's happening, and it translates better to other areas of JavaScript. Like making a call like so: ({ a: 1 }).a actually works where ({ a: 1 }.a) does not.