Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Add 'tail' function to get all the elements but the first of array. #176

Closed
jzabala opened this issue Jun 22, 2018 · 1 comment
Closed

Comments

@jzabala
Copy link
Contributor

jzabala commented Jun 22, 2018

Stackoverflow reference
https://stackoverflow.com/questions/35361225/javascript-head-and-tail-on-array-without-mutation

@kentcdodds
Copy link
Member

Looks great!

jzabala added a commit to jzabala/stack-overflow-copy-paste that referenced this issue Jun 22, 2018
Add tail function that returns all but the first element of array.
* Return [] for null and undefined

Closes eggheadio-github#176
kentcdodds pushed a commit that referenced this issue Jun 22, 2018
Add tail function that returns all but the first element of array.
* Return [] for null and undefined

Closes #176
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants