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.
At least Function constructor is safer than eval.
Not applicable anymore
Yep, thank you for mention this, have fixed it.
noted, should have looked harder beforehand
These might help with writing tests:
https://github.com/bkaestner/codewars-rules/blob/master/rules/0260-JavaScript.md
https://github.com/bkaestner/codewars-rules/blob/master/rules/0120-Tests.md
I can't thank you enough for your detailed feedback. I edited the description as you suggested to give more precise instructions.
I am currently working on adding more test cases. Any practical advice on how to write random Test Cases? I am still new in Kata authoring.
In the paragraph above it tells you the correct order to call the functions. Imgur
Yeah forgot to update the description to match the more recent changes. Although your third point isn't true. In the description it says the correct order, the list of functions is not already put in that order.
I think it is fine I can approve it since I'm the author of Complementary DNA
I've attempted to update the description a bit, do you mind reading it and letting me knwo what you think? Please read the entire description including the code expamles and comments in the code examples.
I disagree, the concent is similar however my purpose is to add some bioinformatics katas. This conversion produces a biologically distinct molecule. Additionally, the complementary DNA kata is slightly incorrect in that it doesn't require the reverse complement. RNA transcription doesn't require that step. This is simpler and different in my opinion.
I changed the solution/description a little bit. Now the return value should be a sorted array.
hi, thank for your comment. Warning added to description.
The latter form (
function deepCompare
) should not have a semicolon after the function's closing brace.Awesome. Thanks for your help, guys.
Loading more items...