Property order is predictable in JavaScript objects since ES2015

added by JavaScript Kicks
10/18/2018 8:26:10 AM

460 Views

I always thought that JS engine implemented property order in objects differently and thus we can not rely on order of certain properties. It turns out this was fixed.


0 comments