Ad
  • Default User Avatar

    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 :)

  • Default User Avatar

    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?

  • Default User Avatar

    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?

  • Default User Avatar
    • 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.