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.
- Host: GitHub
- URL: https://github.com/mahammad-mostafa/debug-script-exercise
- Owner: mahammad-mostafa
- License: mit
- Created: 2023-06-23T21:03:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T20:11:17.000Z (over 2 years ago)
- Last Synced: 2024-10-19T03:02:18.821Z (about 1 year ago)
- Topics: debugging, javascript, js, problem-solving
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
# 🛠️ 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.
# 👥 Authors
📌 **Mahammad:**
- [GitHub](https://github.com/mahammad-mostafa)
- [Twitter](https://twitter.com/mahammad_mostfa)
- [LinkedIn](https://linkedin.com/in/mahammad-mostafa)
# 🤝🏻 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.
# ⭐️ Support
Like this project? Show your support by starring!
# 🙏🏻 Acknowledgements
I thank everyone at **Microverse** for guiding me through this project.
# 📝 License
This project is [MIT](LICENSE.md) licensed.