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.
i enjoyed this kata so much ,i guess my solution is the worst on earth but it worked!
can you explain plz what is this ~~ and _ doing ?
sorry guys stupid question , can someone explain how the filter method working here? the array that is passed to the filter method here is only [keys] , how filter compare values that are not from the array that i passed into and return the keys in the end?