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.
Ah, you're right. It's correct in other languages but there's definitely an issue with the Dart kata. Sorry for the sarcasm!
Problem with that is the
rnaToDna
function does not indicate the same in the Dart language.Yes, that is what the description says.
If I remember correctly from my biology classes, uracil actually belongs to RNA instead of DNA.
Nice, this helped me to learn the replace() method
YOU should add more clear data about output as a begineer kata
Perl translation
Groovy Translation
DNA to RNA doesn't only translate T to U—the Science here is incorrect. It goes:
C <-> G /
T -> A /
A -> U
When you solve a kata, the "test" button becomes "submit" in the code editor. As long as you hit that, your solution is posted to the solutions page (except in a few buggy cases).
how to post in solutions
There is no need to post solutions in discourse, that's what the solutions page is for. Also, when posting possible spoilers, please use the spoiler flag (I've added the spoiler flag to your post).
This comment is hidden because it contains spoiler information about the solution
ooooooo! I'm so happy. It's the second Kata i solved by myself.
Loading more items...