UNPKG

@kowo0403hk/lotide

Version:

lotide library by LHL Bootcamp student

8 lines (7 loc) 153 B
const head = function(arr) { if (!(arr instanceof Array) || arr === undefined) { throw new Error(); } return arr[0]; }; module.exports = head;