Frage im Vorstellungsgespräch bei Google

Write a function debounce(fn, timeout) which accepts a function and timeout as inputs and returns a function which will on allow fn to run after timeout ms.

Antwort im Vorstellungsgespräch

Anonym

31. Jan. 2019

The interviewer told me to use my answer from the previous question (which was wrong) to answer this one. I had some difficulty coming up with an answer and moved on once I got stuck.