An open API service indexing awesome lists of open source software.

https://github.com/codergautam/highest

Find the highest value in an array!
https://github.com/codergautam/highest

Last synced: about 1 year ago
JSON representation

Find the highest value in an array!

Awesome Lists containing this project

README

          

highest

Version

npm

> ### Find the highest value in an array!

## Install

```sh
npm i highest
```

## Usage

Here is a basic example of how `highest` works:

```js
const opposite = require("highest")

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

## Author

👤 **CoderGautamYT**

* YouTube: https://youtube.com/codergautam

* Github: [@codergautam](https://github.com/codergautam)

## 🤝 Conclusion

Contributions, issues and feature requests are welcome!
Find any issues? Please report them on the [issues page](https://github.com/codergautam/highest/issues).

Give a ⭐️ if this project helped you!

### 🏠 [Github](https://github.com/codergautam/highest)