7 kyu
Acrostic reader
765 of 1,518kingcobra
Loading description...
Strings
Fundamentals
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.
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/196.
Please join the discussion to help us identify duplicate kata and retire them.
This comment has been hidden.
instead of accumulating the letters into
a
you are taking the first character ofa
at every call, so it never grows beyond 2JavaScript translation kumited. I learned a thing or two from your test cases, thanks :)
Approved
Thanks
Nice kata. I love that you actually make real acrostics for the random tests while you can just throw in random letters. That's some dedication!
Link spans whole description width not only the picture, this probably should be changed.
This comment has been hidden.
At first this was actually what I wanted to do with the kata. Maybe I'll make another one that asks you to build acrostics sometime!
This comment has been hidden.
Seems ok to me. Thank you! :)