update description of head & ran npm run build-list

This commit is contained in:
King
2017-12-14 03:24:05 -05:00
parent 9e63ad8975
commit 3fae1fa34a
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
### Head of list
Return `arr[0]`.
Use `arr[0]` to return the first element of the passed array.
```js
const head = arr => arr[0];