const initial = arr => arr.slice(0, -1); module.exports = initial;