UNPKG

@ahsolo/lotide

Version:

lotide assignment for Lighthouse Labs coding bootcamp

5 lines (4 loc) 78 B
const tail = function(arr) { return arr.slice(1); }; module.exports = tail;