Y
Hacker News
new
|
ask
|
show
|
jobs
by
denpaDawn
2982 days ago
The ordering of Object.keys() is equal to insertion order of the keys into the object. So if you have an Object generation function, it can insert the keys in the proper order (and take advantage of stuff like v8 hidden classes)
http://2ality.com/2015/10/property-traversal-order-es6.html