eggheadio-github / stack-overflow-copy-paste

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

Can we add a last function #206

Closed kentcdodds closed 5 years ago

kentcdodds commented 5 years ago

I want to add a last function that I can use like this:

const array = [1, 2, 3]
const lastItem = last(array) // 3

Cool?!

kentcdodds commented 5 years ago

Yeah! Sounds great!

... am I talking to myself???

kentcdodds commented 5 years ago

What stack overflow answer will you use?

kentcdodds commented 5 years ago

This one! https://stackoverflow.com/a/45324119

kentcdodds commented 5 years ago

Great! DO it!

kentcdodds commented 5 years ago

Done it!