I am trying to figure out how to skip a few array arguments. For example: [1,2,3,4,5], [3,4,5], [5,6,7] If I pass it to a function, how would I have a function loop inside each argument (any number of arrays can to be transferred)?
I want to use the for loop here.
javascript
swaggyP
source share