Beta
Aliens have landed
163MHUS25
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.
describe
andit
blocks, and updated to the latest version of Node used by Codewars.It's approvable. But is it ( still ) original?
probaby not.
It's still approvable. And I still don't like it enough to actually approve it.
Also, there should be fixed tests with uppercase vowels.
I've added fixed tests with uppercase vowels. Thanks for your suggestion.
No random tests.
I've now added some random test cases. Thanks for your feedback.
The function in inital code has no parameters (there is an empty string there). Write
message
or any other meaningful name there. Only two tests are not enough.Have added a parameter now. Thanks.
Define 'vowels'. For example, 'y' is a vowel in some languages, and in some others it is not. What are vowels in the language of the Aliens?
Currently there're no tests with letter
"y"
.Also it's
English -> Alien
, notAlien -> English
, so the question is whether we should considers"y"
as a vowel in English.This has been resolved now. Thanks for your question.