Ad
  • Custom User Avatar

    Hi Hisham.Taha,

    what do you mean by all values tests?

    According to your screenshot, your programm doesn't pass the wrong values tests. There are only two tests in this section, namely with the empty input value ([]) and with the null input value (null).

    You should just improve your programm so, that it can react proper for wrong values inputs. Nothing more.

  • Custom User Avatar

    The same problem not reading the error message, you're trying to call null.filter(...).

  • Custom User Avatar

    Hi Hisham.Taha,

    the error message says all you need: Cannot read property 'map' of null. It can happen, if the input value a is null, right? So, you need to check the input value for null. (carefully read the description once again)