Housekeeping

This commit is contained in:
Angelos Chalaris
2017-12-10 18:00:03 +02:00
parent 8ae2b83136
commit 77d0d4c892
5 changed files with 0 additions and 8 deletions

View File

@ -4,5 +4,4 @@ Return `arr[0]`.
```js
var head = arr => arr[0];
}
```