Ad
  • Custom User Avatar

    @jacobb - thank you for helping improve the kata description. You also missed a spelling error.

    Write a function wrapper that will only allow the wrapped funciton function to run at most once within the given time limit. Return the previous result for any additional calls within the time limit. Multiple functions should be able to be throttled at the same time.