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

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -