Quantcast
Channel: Active questions tagged javascript - Stack Overflow
Viewing all articles
Browse latest Browse all 140641

Remove an array from an array of arrays

$
0
0

I'm totally new to Javascript. I'm working with data from a business database and I want to remove an array from array of arrays.

I have this array of array:

var results = [ [#null, null], ['miglioramento', 30], ['correttiva',45] ];

I want to remove the first array: [#null, null] from results because I want to achieve this array:

results = [ ['miglioramento', 30], ['correttiva',45] ];

How can I do this?

I really thank you in advance!


Viewing all articles
Browse latest Browse all 140641

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>