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.
Agreed. No idea what is being asked
I agree that this isn't really solving it, though it is an acceptable solution. Afterall since he gave you the link, it's not hard to realize that there is a method that will perform the task for you. That being said, you get more out of it as a beginner trying to solve it and knowing that there is a shortcut for it.
While the code is compact, I think the chained ternary is hard to read
why does -1 % 12 equal 11?
Thanks!
I also found this useful for anyone newer
https://www.youtube.com/watch?v=zg-ddPbzcKM
Can someone explain how this works?
Newer to ruby and don't understand this method with a method call...?
nth_fibonacci(n-1)+nth_fibonacci(n-2)
My last test is also failing but the original tie in the original 3 tests is fine