I have list of arrays in an array. I need to pick first 3.
For example i have this :
[{[1]},{[2]},{[3]},{[4]}]
Sorry i know it's not a proper array i am attaching my console
This is my arrays look like and i need to pick just first 3 . And also can i restructure my array like this in one array ?
[{1},{2},{3}]