1.0.0 • Published 10 years ago
a-max v1.0.0
a-max
Returns maximum value in array
Install
$ npm install --save a-maxExamples
var getMax = require('a-max');
console.log(getMax([1, 2, 3, 4]));
// -> 4Usage
require('a-max')( array )
Arguments:
array: array of Numbers
Returns: Returns maximum value from array
License
© 2016 vikram. MIT License
1.0.0
10 years ago