Ad
  • Custom User Avatar

    Needs random tests.

  • Custom User Avatar

    the array is not a numeric array

    Infinity is tested but not negative numbers, non-integral numbers, or even non-numbers (which would be the most obvious candidates of not a numeric). NaN is not tested either. Hence it is unclear what is meant by not a numeric array.

    then converts it to an integer and returns it

    What does it mean by "convert to an integer"? The input is a list of integers. There are tests with numbers that aren't digits in the actual tests.

  • Custom User Avatar

    Please follow proper JS conventions in initial code:

    • function name should be in camelCase
    • things should not be defined in global scope. They should go into proper scoping (module scope / local scope).
  • Custom User Avatar

    Issue to send this kata to draft state.

  • Custom User Avatar