eggheadio-github / stack-overflow-copy-paste

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

feat(tail): add tail function #177

Closed jzabala closed 6 years ago

jzabala commented 6 years ago

Add tail function that returns all but the first element of array.

Closes #176

codecov-io commented 6 years ago

Codecov Report

Merging #177 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #177   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          65     66    +1     
  Lines         241    242    +1     
=====================================
+ Hits          241    242    +1
Impacted Files Coverage Δ
src/tail.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e4f1b7f...17b1443. Read the comment docs.

kentcdodds commented 6 years ago

Great job 👏