UNPKG

@s-awaken/lotide

Version:

Syrym's project for Lighthouse Labs Bootcamp

5 lines 100 B
const tail = function(array) { const val = array.slice(1); return val; }; module.exports = tail;