Method unique documentation
Removes duplicate values from an array.
Example
```javascript
bbn.fn.unique(["a", "b", "a", "b", "a", "b", "c", "c", "d"]);
// ["a", "b", "c", "d"]
```
Removes duplicate values from an array. - Takes an input array and returns a new array without duplicate values.
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-2023
BBN Solutions