check-count
v1.0.1
Published
Useful method for Array
Downloads
2
Readme
check-count library
This Library can be used with any JS based Front-End as well as NodeJS(BackEnd) to check the frequency of numbers present in the array.
Library Usage
const { CountFrequency } = require("check-count");
const data = [1,4,2,34,5,7,78,2,3]
console.log(CountFrequency(data))