data = [ '1', '2','2] objlist = [ { name : 'dummy' } , {name: 'new' }, { name : 'news'},{name : 'place'}....] - 5 objects
result = [ [{name:'dummy'}], [{name:'new'},{name:'news'}],[{name : 'place'},...]]
the desired result is the result array required. I am not able to proceed further as I am new and also have a doubt like is this possible or not, if it is suggestions or working code in javascript would be helpful, thank you
what i wanted for example if array data has values as ['1','2','2'] the result object array which has all the elements in one place should be sliced and made into this - [[{obj1}],[{obj2},{obj3}],[{obj4},{obj5}]]
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…