# JS Basic Problems
This repository contains a collection of basic JavaScript problems and their solutions. The problems are designed to help you practice your JavaScript skills and to learn new concepts.
## Getting Started
To get started, clone the repository to your local machine. Then, open the `index.html` file in a web browser. This file contains the HTML and JavaScript code for the problems.
## Problems
The problems are divided into 12 sections. Each section contains a different problem. The problems are listed below:
1. Print all even and odd number between 0-10
2. Take a number from the user and print the multiplication table of the number given
3. Create a array and iterate into the array through a loop and find weather thre is mango in the array or not if yess console mango found if no console mango not found
4. Conversion from kilometers to miles
5. Calculate the sum of numbers within an array
6. Create a function that reverses an array
7. Create a function that sorts array from lowest to highest
8. Filter negative numbers from an array
9. Return a Boolean if a number is divisible by 10
10. Return the Sum of Two Numbers
11. Convert Age to Days
12. Hours into seconds
AND MORE....
## Solutions
The solutions to the problems are provided in the `script.js` file. The solutions are well-commented and easy to understand.
## Contributing
If you would like to contribute to this repository, please feel free to submit a pull request. Your contributions are welcome!
## License
This repository is licensed under the MIT license.
Generated by BlackboxAI