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.
mocha + chai
) should be enabled (Refer this and this for more info)Added sample tests
Added some
approved
COBOL translation, with random tests (author inactive).
The current description says
The input string may contain both upper and lower case characters.
.The current description is clear about that.
This comment is hidden because it contains spoiler information about the solution
This is for JavaScript. Error messages when clicking test: 'Server Execution Error: Missing test cases'. 'Request failed with status code 422. Please fix the issue and try again.' When I click attempt almost all my outputs return undefined, same with console.log.
It's not clear that the result should include zeroes for missing nucleotides.
No sample tests in JavaScript (at least).
Haskell : https://www.codewars.com/kumite/5baeb69e528b29206c000187?sel=5baeb69e528b29206c000187
The function name in Ruby has
necleotides
instead ofnucleotides
.Test cases do not match the description. Description says something to the effect of "all letters are in uppercase" but in the actual tests it expects you to count lowercase letters also.
Thanks! Got it now.
Loading more items...