How are you printing that? An array in JS is an object with numbers as keys, and those numbers are t

How are you printing that? An array in JS is an object with numbers as keys, and those numbers are the array's indices.
Was this page helpful?