Will set or return value of the attribute `name` for a `Node`.

```javascript
var b = el('div');

a.name('test');

a.name();
//-> test
```
