I want to access a variable value of a Javascript object. The below image is a result of a console.log: console.log(variable).
I tried: variable[0] -> returns undefined Also tried converting using JSON.stringify -> shows '[]' on the console
Here's the screenshot of the value I want to get: