Easy 2 point
Medium 4 points
Hard 6 points
Ninja 10 points
| Question | Type | Level | Solve |
|---|---|---|---|
| Write a function to reverse a string? | String | Easy | Solve |
| Write a function to convert string to number? | String | Easy | Solve |
| Write a function to find first non repeated character from given string? | String | Medium | Solve |
| Write a function that star pads a number if it has less than 5 digits? | String | Medium | Solve |
| Write a function to remove vowels from the given string? | String | Medium | Solve |
| Write a function to count the number of vowels in given string? | String | Medium | Solve |
| Write a function to calculate the length of given string? | String | Easy | Solve |
| Write a function that checks if the string has given substring at the end? | String | Medium | Solve |
| Write a function that finds the longest palindrome substring in the given string? | String | Hard | Solve |
| Write a function that determines if a string has all unique characters? | String | Medium | Solve |