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.
Needs more test cases. Not checking for some edge cases which means some non-Arrays are being identified as Arrays.
Is there any chance to debug this kata? I mean to see console.log of input? Because now it shows "Maximum call stack size exceeded"
Also - can somebody explain me please, what do that mean "Don't forget that array.proto should be link to Array.prototype" ?
This seems to happen often where I pass the test cases and then fail on submission. Here is the latest one of these..
Test Passed: Value == true
Test Passed: Value == true
Test Passed: Value == true
Test Passed: Value == true
TypeError: Cannot read property 'constructor' of undefined
at Function.Array.isArray
Why can I use constructor to pass the tests but it does not work upon submission?
I think that provide some details - reference about polyfill can be useful at this level.
Description is very laking for beginners
This is a duplicate of Array.isArray