6 kyu

Array.isArray

670 of 676abednego
Description
Loading description...
Arrays
Algorithms
  • Please sign in or sign up to leave a comment.
  • trashy_incel Avatar

    No sample tests

  • farhanaditya Avatar

    JS: Node v12 should be used enabled along with its appropiate assertion tools (Mocha + Chai).

  • user8751232 Avatar

    Re-raising issue below.

  • G_kuldeep Avatar

    RangeError: Maximum call stack size exceeded

  • Voile Avatar

    This comment has been hidden.

  • Voile Avatar

    Open issues are needed to fix other's published katas.

  • twypsy Avatar

    Is it still possible to pass this kata ?

  • Voile Avatar

    This kata is now broken because Test fixture implicitly calls Array.isArray on its arguments:

    Test.expect(true); //calls Array.isArray once
    Test.assertSimilar(1,'1') //calls Array.isArray twice
    
  • donaldsebleung Avatar

    A really tricky Kata indeed (what I would call "deceptively simple"), loved it, definitely starring it :D

  • chubas Avatar

    Indeed, the last case failing made me realise I have no idea how Arrays work in js

  • eugene-bulkin Avatar

    Oh man, that last test case really threw me for a loop.