When debugging my Chrome extension, I see several times:

On the one hand, the object header says Array(2)
, but on the other hand, when expanding the object, it is obvious that the array has only one element.
What is the source of this discrepancy? Is this a bug in the debugger, or is there really an additional element in the array (perhaps undefined?), Which for some reason is not displayed?
source
share