Does it count as 0-indexing when your 0 is a floating point number?
Actually in JS array indexing is same as property indexing right? So it's actually looking up the string '0', as in arr['0']
Actually in JS array indexing is same as property indexing right? So it's actually looking up the string '0', as in arr['0']