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!
- Host: GitHub
- URL: https://github.com/codergautam/highest
- Owner: codergautam
- Created: 2021-12-22T15:05:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T15:05:41.000Z (over 4 years ago)
- Last Synced: 2025-02-07T05:31:39.501Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
highest


> ### 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)