You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a debounce function that will regulate the firing of an event handler (button click) so that this handler is called no earlier than 2 seconds (2000 ms) from the moment it was last called.