## yo(selector).last() 

Get the last node returned by the selector;

```javascript
yo('p').last();
```

Go to [index](index.md)