Ad
  • Default User Avatar
    • take note that 18K solvers have passed the kata in JavaScript ~ the tests are correct

    for this test:

        doTest("[(])", false);
    

    your code returns true, which in an incorrect result

    • so, put that in your VScode and smoke it
  • Custom User Avatar

    The function's name should be array, not reverseWords. See javascript initial code:

    function array(string) {
      // TODO
    }