Ad
  • Default User Avatar

    So I've had a lot of fun working on the JavaScript version of this challenge so far, but am feeling pretty dismayed upon finding out that the description is just plain misleading. The initial challenge presented is to manage this case for five specific inputs -- nowhere in the description does it state that your solution will also need to be able to accomodate other inputs of varying amounts. So of course I've been working at coding a solution to handle the exact case that's been presented.

    And all of the tests built to check for that criteria are now passing... it's just the ones for the random inputs that are failing, and generating messages regarding the need to handle random inputs, too, which is the first mention there's been of there being any such need in this challenge. I mean, it specifically states, "The input data consist of an array which contains five names, and single integer n." Honestly kinda disappointed and a little peeved that I've accomplished exactly the challenge that was laid out, but have still not completed this exercise due to the misleading description.