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.
Hi! I'm having a problem with this Kata, if I run it in js fiddle's console it works just fine, but here:
TypeError: Cannot read property 'includes' of undefined
at args.(anonymous function).args.(anonymous function).split.map.x
at Array.map
I'm using let titleCase = (...args) => {} to initialize the amount of parameters that the function is going to receive, but i'm not having good luck. Not sure how to check what words don't need to be UpperCased if there's no second input parameter giving this off.
I would appreciate some help.
Thanks