Method isIterable documentation
Returns true if the given object can be iterated as an array (numerically).
Example
```javascript
bbn.fn.isIterable([1, 2])
// true
bbn.fn.isIterable({a: 1, b: 2})
// false
bbn.fn.isIterable(25)
// false
bbn.fn.isIterable(document.body.querySelectorAll('.container > div'))
// true
```
Returns true if the given object can be iterated as an array (numerically). - It is possible to pass as argument a string with hexadecimal value in rgb or the name of the color.
BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2024
BBN Solutions