Ad
  • Custom User Avatar

    Changed the loop counters to the expected length, not the length of the output, thx :3

  • Custom User Avatar

    The test code should not loop over the callbacks.length, since it will pass if you return an empty array.
    It should instead loop over the same value being passed to the function (5 in this case).