I've typed the following code
console.log(balanrrey); console.log(balanrrey[0]);
then this shows on the console:
Array []
0: 10
1: 40.28
2: 20.14
3: 24.34
length: 4
undefined
Any idea on why this might be happening? I swear I spent 2 hours trying to find an answer.