A console.log
is printing the value of an object. This object has a data key. The value of the data key is an array which contains two objects.
Within the Chrome Developer Tools Console, I'm seeing some conflicting data regarding the length of the array value stored as the data key:
Any idea why the summary on line 1 reports that the data key is an Array with length of 1, however when the object details are expanded it clearly shows that the data value is an Array with length of 2?