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,
- JavaScript: The main language used for all exercises.
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 | ✅ Complete |
Shortest Word | 7 kyu | My Solution | ✅ Complete |
Convert a string to an array | 8 kyu | My Solution | ✅ Complete |
Perfect squares, perfect fun | 7 kyu | My Solution | 🚫 Did not pass |
CamelCase Method | 6 kyu | My Solution | ✅ Complete |
Number to Digits Tiers | 7 kyu | My Solution | ✅ Complete |
PaginationHelper | 5 kyu | My Solution | 🚧 In Progress |
DNA to RNA Conversion | 8 kyu | My Solution | ✅ Complete |
Who likes it? | 6 kyu | My Solution | ✅ Complete |
A Needle in the Haystack | 8 kyu | My Solution | ✅ Complete |
Mumbling | 7 kyu | My Solution | ✅ Complete |
Note: The kyu level indicates the difficulty of the problem, with lower numbers being harder.
To add a new problem to this table:
- Find the problem on Codewars and copy its URL.
- Determine the kyu level of the problem.
- Solve the problem in a new file in the appropriate directory in this repository.
- Link your solution file in the table above, following the existing format.
This project is licensed under the MIT License. See the LICENSE file for details.