e.g
var names = [["John", "Peter","Company"], ["Clark", "Harry",""], ["John", "Peter",""]];
i want to return below (skip the 2nd index (e.g - "Company") value from each array)
var names = [["John", "Peter","Company"], ["Clark", "Harry",""]];
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjit Kumar SinghPosted Nov 9, 2019, 8:37 AM