🚧 施工中
JS ⟩ browser ⟩ web API ⟩ setTimeout
sets a timer which executes code once the timer expires, cancel the timer with clearTimeout().
debounce(f, s) - suspends function calls until a specific period of time.
clearTimeout()arrow-up-right
setTimeout()arrow-up-right
Last updated 3 years ago