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.
Which part confuses you? Given a number, you have to return which two consecutive Fibonacci numbers multiplied give that number, if there are no such numbers, you should return the smallest pair that when multiplied, gives a number greater than the number passed to your function. About the format of what your function should return, it's specified in the tests.
Im sorry, I didn't get the problem. can someone elaborate to me more clearly?