← Code LabNode.js0/50 solved · 0%
Patterns · medium

34. Task Pool Limit Logic

Check if we can start a new task.

Write `canStart(activeCount, limit)`.
Required in your answer: active < limit