UNPKG
@suncraft/lotide
Version:
latest (1.0.0)
1.0.0
Lighthouse labs lodash remake by students.
github.com/suncraft/lotide
suncraft/lotide
@suncraft/lotide
/
head.js
7 lines
(4 loc)
•
74 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
head =
function
(
arr
) {
return
arr[
0
]; };
module
.
exports
= head;