javascript - Why does myArray.length show up as 0 during debugging? -


i'm stepping through vb.net / asp application when noticed curiosity in javascript function:

enter image description here

mouse on array , can see there 7 items in collection. mouse on length property , says 0. why that?

length() tends refer contiguous elements - string has length example.

count() tends refer number of elements in looser collection.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -