mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 16:03:21 +00:00
![norris](/assets/img/avatar_default.png)
js> a = new Array() js> a["3.00"] = "three" three js> a.length 4 Since "3.00" is not an array index as defined by ECMA, a.length should be 0.