I just love resolving bugs but not knowing why the fix works.


{0: "hello", 1: "beautiful", 2: "world"} isn't all that different from ["hello", "beautiful", "world"].// - fast, backing storage is a FixedArray and length <= elements.length();
// Please note: push and pop can be used to grow and shrink the array.
// - slow, backing storage is a HashTable with numbers as keys.

Reactions: taarna23