I have an array which is printed as follows in the console. Not able to access its values, by
array[0]
but it has 4 elements. How to access these values and iterate?
I have an array which is printed as follows in the console. Not able to access its values, by
array[0]
but it has 4 elements. How to access these values and iterate?