Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    As '09:00' is the lower possible limit, it's the answer for several tests, so it's impossible to say which one of those you erred upon. You can always add some console logs to the top of your code to check though:

    console.log("schedules", schedules);
    console.log("duration", duration);

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution