? i found ad answer in stackoverflow that fixed this problem by adding
if (i && (i % 100 == 0)) {}
but the problem is the last set is not a complete 100 how can i loop through that too ? thanks for help in advance
R.splitEvery(100, items).forEach(hundred => { // ? });
This sounds like it's not what you actually want to do tho
Обсуждают сегодня