Ok, so on a web page, I\'ve got a JavaScript object which I\'m using as an associative array. This exists statically in a script block when the page loads:
v
Contrary to all the other answers, it is CERTAINLY A BUG IN CHROME
The reason:
If the data structure is a paper sack like Barry said then:
The values should always be randimized. This is not the case in chrome
If the data structure is sequential then:
The values should be in the sequence in which they are added to the structure
While other browsers follow the second approach, chrome follows neither and there is still no explanation of what is the sorting order chrome makes up for the data structure while it is accessed.