JS-Problems

JavaScript Practice Repository

This repository contains a collection of JavaScript problems and exercises that I am using to practice and improve my coding skills.

Table of Contents

Introduction

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,

Technologies Used

Contributing

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.

Codewars Problems

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.

How to Add a New Problem

To add a new problem to this table:

  1. Find the problem on Codewars and copy its URL.
  2. Determine the kyu level of the problem.
  3. Solve the problem in a new file in the appropriate directory in this repository.
  4. Link your solution file in the table above, following the existing format.

License

This project is licensed under the MIT License. See the LICENSE file for details.