My goal is to retrieve the value 10 from We
only.
I attempted this: console.log(gauge.cache[0][0])
but it returned:
We:"10"
Is there a way to access only the number 10?
gvjs_N {iq: null, Kf: Array(1), hg: Array(2), Mr: null, cache: Array(1), …}
Kf: [{…}]
Mr: null
cache: Array(1)
0: Array(1)
0:
We: "10"
__proto__: Object
length: 1
__proto__: Array(0)
length: 1
__proto__: Array(0)