const last = arr => arr[arr.length - 1]; module.exports = last;