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.
This comment is hidden because it contains spoiler information about the solution
I think you didn't understand what the camelCase is? For your reference please check https://techterms.com/definition/camelcase
Can anyone explain me whats going on in this solution? It's not counting numbers but then also its returning correct result. Its XOR operator and it works on bits. But how it is returning correct value? Can anyone give me explanation of above solution?
Can anyone explain me whats going on in this solution? It's not counting numbers but then also its returning correct result. Its XOR operator and it works on bits. But how it is returning correct value? Can anyone give me explanation of above solution?
Can anyone explain me whats going on in this solution? It's not counting numbers but then also its returning correct result. Its XOR operator and it works on bits. But how it is returning correct value? Can anyone give me explanation of above solution?
Do I need to define Test? I'm getting "ReferenceError: Test is not defined" this error. I'm using Test Framework for first time. I've installed Jest and Chai but don't know anything about it.
I understood upto arrow function but what NaMe613 has done after that? I didn't understand after arrow operator. Can anyone explain me his solution?