Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Whoops, copy-paste mistake. I meant this one.
The link is linked to this kata thoo ~~
This is an almost exact duplicate of this kata.
It is similar to the others but not a duplicate, some of the are much more advanced having to handle punctuation at the end of the word, keep case, etc. . This is far simpler, a pure 8 kyu task of several basic JS functions.
Done.
Please fix the typo:
"Take the first letter of each word an put it at the end"
Should be:
"Take the first letter of each word and put it at the end"
It's an old kata bug :( Because the test cases are already locked I've updated in the descriptions what you should do.
how to do same in javscript
Pure evil
CoffeeScript Translation kumited! Please accept
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Needs random test cases,
Very similar to these:
https://www.codewars.com/kata/search/my-languages?q=pig+latin
https://www.codewars.com/kata/simple-pig-latin
https://www.codewars.com/kata/single-word-pig-latin
With the last kata mentioned above the solutions are the same except the
toLowerCase
in yours...so this kata could be considered a duplicate.
More tests needed.
Loading more items...