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.
not if you don't know it's a loop
it's a loop, you can google what a loop is
why did you use it in your own solution?
why need toLowerCase here ?
Because these are no valid JavaScript functions. An array instance does not have a property
isArray
. It is a method on the Array class. Please read the MDN docs.If you don't know what "?" means, why did you use it in your solution?
(_,i,arr) whats mean _ ?
This comment is hidden because it contains spoiler information about the solution
what is 1 after ?
why 1 + .... ?
I feeling bad right now X_X Better i didnt see that/ My solution now in basket (
This comment is hidden because it contains spoiler information about the solution
why Array.isArray( arr ) ? whats mean Array.isArray if we have arr?
why i cant write (!arr.isArray) return 'It's a fake array' ?
Can someone answer pls :(
How it works ? Can someone write pls :(
Thanks for answer, its really help me understand. Never thought about that solution. Its really great.
:)
Loading more items...