Object Order isn’t specified in JavaScript (except it is)

TL;DR: Integer indices in ascending order, followed by string indices in order of creation, then Symbols in creation order as well…

Similar