Function hireInstructor

  • Hire an instructor for your boxing daycare

    Parameters

    • shouldHire: ((item: Item, quantity: number) => boolean) = ...

      Function to determine if, given a particular item/quantity pair, we should actually attempt to hire an instructor

        • (item, quantity): boolean
        • Parameters

          • item: Item
          • quantity: number

          Returns boolean

    Returns boolean

    Whether or not we successfully hired a new instructor