UNPKG

@s-awaken/lotide

Version:

Syrym's project for Lighthouse Labs Bootcamp

6 lines (5 loc) 97 B
const head = function(array) { const head = array[0]; return head; }; module.exports = head;