eggheadio-github / stack-overflow-copy-paste

Utility functions copy/pasted (and modified slightly) from Stack Overflow
441 stars 606 forks source link

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

Closed jzabala closed 6 years ago

jzabala commented 6 years ago

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

kentcdodds commented 6 years ago

Looks great!