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.
if i change the return type to String? I will have to make force unwrapping to get non-optional answer, but the answer can be nil. Force unwrapping of nil is a error. I mean not "nil. I mean nil
This does not work on Swift because you need to return either nil or String, but both options cannot be made in Swift. Either String or "nil"