This repository contains a collection of JavaScript problems and exercises that I am using to practice and improve my coding skills.
This repository is a personal project aimed at honing my JavaScript skills. The problems range from basic to advanced levels and cover various aspects of the language,
This is a personal practice repository, so contributions are not expected. However, if you have suggestions or improvements, feel free to open an issue or a pull request.
Below is a list of Codewars problems I have worked on, along with their kyu level and a link to my solution.
| Problem | Kyu Level | Solution | Status |
|---|---|---|---|
| How good are you really? | 8 kyu | My Solution | :white_check_mark: Complete |
| Shortest Word | 7 kyu | My Solution | :white_check_mark: Complete |
| Convert a string to an array | 8 kyu | My Solution | :white_check_mark: Complete |
| Perfect squares, perfect fun | 7 kyu | My Solution | :no_entry_sign: Did not pass |
| CamelCase Method | 6 kyu | My Solution | :white_check_mark: Complete |
| Number to Digits Tiers | 7 kyu | My Solution | :white_check_mark: Complete |
| PaginationHelper | 5 kyu | My Solution | :construction: In Progress |
| DNA to RNA Conversion | 8 kyu | My Solution | :white_check_mark: Complete |
| Who likes it? | 6 kyu | My Solution | :white_check_mark: Complete |
| A Needle in the Haystack | 8 kyu | My Solution | :white_check_mark: Complete |
| Mumbling | 7 kyu | My Solution | :white_check_mark: Complete |
Note: The kyu level indicates the difficulty of the problem, with lower numbers being harder.
To add a new problem to this table:
This project is licensed under the MIT License. See the LICENSE file for details.