1.0.0 ā€¢ Published 2 years ago

highest v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Find the highest value in an array!

Install

npm i highest

Usage

Here is a basic example of how highest works:

const opposite = require("highest")

console.log(highest(2,3,4)) //4
console.log(highest([2,54,2])) //54

Author

šŸ‘¤ CoderGautamYT

šŸ¤ Conclusion

Contributions, issues and feature requests are welcome! Find any issues? Please report them on the issues page.

Give a ā­ļø if this project helped you!

šŸ  Github

1.0.0

2 years ago