Returns the scrollWidth property of a `node`.

```javascript
node.scrollWidth();
// -> Number
```
