Array Sort
Basic array sort using underscore.js, require underscore
Dependencies (no need to install mannually)
This package depends upon underscore@1.8.3
npm i underscore@1.8.3 --save
install types @types/underscore@1.8.3 if you are using typescript
npm i @types/underscore@1.8.3 --save-dev
Installation
Use the node package manager npm to install @justbe-utilities/array-sort.
npm install @justbe-utilities/array-sort --save
Usage
......constructor
Example
...;;console.logsortedArray;// output// {cO:6},// {cO:5},// {cO:3},// {cO:1}, ;console.logsortedArray;// output// {cO:1},// {cO:3},// {cO:5},// {cO:6},...