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.
Hello, I'm a beginner to ruby and coding in general, can you explain to me each little part of the code? I'm trying to understand how you got it to work and it's just not happening
Hello I am a beginner at ruby (a super beginner if you will) and I liked this solution to the problem. I'm having trouble understanding why you pushed rv[-1] + rv[-2] to rv and not rv[1] + rv[2]?