array-helper-js
is a simple JavaScript utility library that provides a set of useful functions for working with arrays, such as removing duplicates, finding the maximum value, and finding the minimum value.
- Remove Duplicates: Easily remove duplicate values from an array.
- Max Number: Find the maximum value in an array.
- Min Number: Find the minimum value in an array.
You can install array-helper-js
using npm:
npm install array-helper-js