đsetTimeout()
đ§ ć˝ĺˇĽä¸
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.
Last updated
Was this helpful?