compared
Compare Array item length
Install
Install with npm:
$ npm install --save compared
Usage
var compared = //=> undefined //=> '1234' //=> 'aaaaa' length//=> 5 // => '123'
Running tests
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
$ npm i && npm test