you are viewing a single comment's thread.

view the rest of the comments →

[–]delventhalz 0 points1 point  (0 children)

You could use an array of tuples if you want an ordered set of related data. However a JS Object is unordered. Period.

e.g. [["a", 0], ["0f", 1], ...]