Skip to content

Latest commit

History

History

README.md

array-mode

NPM versionnpm download

Get the most repeated value in an array.

Installation

$ npm install --save ml-array-mode

Usage

importmodefrom'ml-array-mode';constresult=mode([1,1,1,1,2,2,2,2,3,3,3,4,4,4,4,4]);// 4

License

MIT