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

https://github.com/mahammad-mostafa/debug-script-exercise

This is the fourth project in the first module of Microverse program. It is a debugging exercise for the pair partner to find hidden bugs.
https://github.com/mahammad-mostafa/debug-script-exercise

debugging javascript js problem-solving

Last synced: 10 months ago
JSON representation

This is the fourth project in the first module of Microverse program. It is a debugging exercise for the pair partner to find hidden bugs.

Awesome Lists containing this project

README

          

# 🏷️ Debug Script Excercise

This is the fourth project in the first module in the **Microverse** program.


Check the below contents for further details about this project.

# 📗 Contents

- [Description](#description)
- [Instructions](#instructions)
- [Authors](#authors)
- [Contributions](#contributions)
- [Support](#support)
- [Acknowledgements](#acknowledgements)
- [License](#license)

# 📖 Description

This project is for debugging excercise with the remote partner. It contains only one `JavaScript` file with two functions that have hidden bugs.

📌 **Tech Stack:**
- Logic and functions built with `JavaScript`

📌 **Key Features:**
- The excercise contains two functions `getEvenNumbers` & `getSecondMax`
- First function supposed to return only even numbers in the input array
- Second function searches for the second maximum number in the input array
- Input array should always contain positive integer numbers

back to top

# 🛠️ Instructions

You can easily download or fork this repository and work on it immadiately!

📌 **Prerequisites:**
- No prior requirements needed!

📌 **Setup:**
- Simply download or fork this repository.

📌 **Deployment:**
- You can deploy this project by uploading the `script.js` file to a live server.

back to top

# 👥 Authors

📌 **Mahammad:**
- [GitHub](https://github.com/mahammad-mostafa)
- [Twitter](https://twitter.com/mahammad_mostfa)
- [LinkedIn](https://linkedin.com/in/mahammad-mostafa)

back to top

# 🤝🏻 Contributions

Wish to contribute to this project?


Contributions, issues, and feature requests are more than welcome!


Feel free to check the [issues](../../issues) page too.

back to top

# ⭐️ Support

Like this project? Show your support by starring!

back to top

# 🙏🏻 Acknowledgements

I thank everyone at **Microverse** for guiding me through this project.

back to top

# 📝 License

This project is [MIT](LICENSE.md) licensed.

back to top