I used to write something like
_.map(items, (item, index) => {});
with lodash. Usually I don\'t need index but sometimes it\'s
index