1

I know it sounds weird, but I am having tough issue here. In the picture, Items is Array(0), but inside it is Array(9). I can't access it when I say data.Items.length or data.Items[0]. Why does it look like that and how can I access it?

enter image description here

Here's how I create it:

var data = {};
data = [];

Then push data in a loop into data.

AmazingDayToday
  • 2,984
  • 12
  • 29
  • 58

0 Answers0