I have a plain old JS array with 1 object. A weird thing is happening when I am trying to print it as follows:
console.log(this.devices, this.devices.length);
What I get in the console however is:
What could be going wrong?
I have a plain old JS array with 1 object. A weird thing is happening when I am trying to print it as follows:
console.log(this.devices, this.devices.length);
What I get in the console however is:
What could be going wrong?