longest
Install with npm
npm i longest --saveInstall with bower
bower install longest --saveRunning tests
npm i -d && npm testUsage
var longest = require('longest');
longest(['a', 'abcde', 'abc']);
//=> 'abcde'
longest(['a', 'abcde', 'abc']).length;
//=> 5Related projects
Running tests
Contributing
Author
License
Last updated
Was this helpful?