6 kyu
Replace letters
479 of 987Dmitry Kudla
Loading description...
Fundamentals
Strings
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
a wounderful kata thanks Dmitry Kudla
Really interesting challenge, nice kata.
well this took hours... might have been done sooner if I used google rather than brain storm and trial and error... but I wanted to try only using my problem solving skills. Now to add comments.
JS: Why would you freeze the preloaded variables? The users might want to modify them for certain reasons. It's not like you can cheat your way by modifying them.
The constants mentioned in the description are not predeclared for Ruby.
Additionally, ruby constants start with a capital letter (this is part of the language definition), so the constants should be Alphabet, Vowels and Constants
Node 12 should be enabled (Refer this and this for more info)
Python new test framework should be used (Refer this & this for more detail)
Updated Node to Node v12
Python update with new test framework: https://www.codewars.com/kumite/64810c81f0a81a000f735c3b?sel=64810c81f0a81a000f735c3b
The user can modify the preloaded arrays and sabotage the reference solution in JavaScript.
Frozen solid.
Typo in description
nearest rigth vowel.
Fixed
Python translation Kumited.
done, thanks
description is lacking the python parts (meaning, they currently display like JS code. Not really a problem, but not "beautiful" either)
Ruby translation Kumited
done, thanks