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.
Ah ok, thank you, that helps. I'll look for the easier lamdba questions. I just finished my first 4kyu kata(a different one), it was tough, glad to know it's supposed to be that much harder than 6kyu.
For what it's worth, I was using JS. Thanks for the help :)
I've never heard of lambda calculus before. I researched it for a while and entered what I thought would be the correct answer and syntext, it throws errors but doesn't tell me anything aside from that. I feel the examples in the discription doesn't help and the test program just tells me if everything is correct or not but no details.
I guess my questions are: Is it obvious what it's asking for and the syntex it wants it in? Is the test program discriptive and helpful but i'm not understanding how to use it? If either of these are yes could someone give me some tips for understanding it?
I'm still new to this, so sorry if this sounds dumb, isn't '...s' using an undefined variable 's'? If it's not then what is '...s' doing?
Dashes and Underscores should both be replaced, this can be done with a fairly simple line.
I would suggest googling " regex replace character with another". This should also
help take care of leading and ending underscores on it's own.
regardless of input Camel Case words should always have lowercase letters aside from first letter
of every word starting from second word.
This is my first post on codeWars. If I have by anychance done anything against posting convention
please let me know.