## yo(selector).first() 

Get the first node returned by the selector;

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

Go to [index](index.md)