Jorge Chamorro (2013-07-28T14:31:22.000Z)
On 28/07/2013, at 14:13, David Bruant wrote:

> Hi,
> 
> Asked by Angus Croll [1]. Interestingly, people who answered giving code didn't agree on a method or getter. Hence the need for a standard :-)

I've seen that before, somewhere, but it was .peek() not .last:

[1,2].peek()
2

-- 
( Jorge )();
domenic at domenicdenicola.com (2014-05-14T17:02:07.189Z)
I've seen that before, somewhere, but it was .peek() not .last:

```
[1,2].peek()
2
```