DEV Community

Discussion on: Object keys are stored in insertion order

Collapse
 
yousaf profile image
Yousaf

ES6 defines standard rules for the order of properties in an object. See this stackoverflow question to understand the order of properties in an object.