UNPKG

@ahsolo/lotide

Version:

lotide assignment for Lighthouse Labs coding bootcamp

5 lines (4 loc) 72 B
const head = function(arr) { return arr[0]; }; module.exports = head;