const drop = (arr, n = 1) => arr.slice(n); module.exports = drop;