3 lines
51 B
JavaScript
3 lines
51 B
JavaScript
const head = arr => arr[0];
|
|
|
|
module.exports = head; |
const head = arr => arr[0];
|
|
|
|
module.exports = head; |