struct.js icon indicating copy to clipboard operation
struct.js copied to clipboard

Property order is not guaranteed by JavaScript.

Open NodeGuy opened this issue 7 years ago • 0 comments

Nice library but there's no guarantee it will work properly on all JavaScript implementations.

The mechanics and order of enumerating the properties is not specified ...

https://www.ecma-international.org/ecma-262/9.0/index.html#sec-enumerate-object-properties

NodeGuy avatar Nov 20 '18 18:11 NodeGuy