const allBy = (arr, fn) => arr.every(fn); module.exports = allBy;