Javascript – Failing to pass CamelCase test
I'm struggling with this exercise: Given is a string n. The task is to return the sentence in CamelCase notation. This means that each new word is capitalized and immediately appended to the old word. Start with a lowercase letter.…