Live data from Hacker News

ES6 Maps are now on by default in Chrome 38

programming.com

1–10 of 54 posts

Re: ES6 Maps are now on by default in Chrome 38

#9

Practically a net neutral time saved in typing at the cost of readability of the object literal. I don't think there will be many cases where I'll be using Map over an Object literal.

Maybe you can monkey patch Object.prototype to include a toMap function? That way you get nice literals and the benefits of maps.
Post reply on HN