const compact = arr => arr.filter(Boolean); module.exports = compact;