## yo(selector).exists()

Return true if the selector exists (or was found); 

```javascript
if (yo('#myid').exists()) {
    console.log('Exists');
}
```

Go to [index](index.md)