Skip to content

Latest commit

 

History

History

throttle-click

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Create throttle-click project

Write a throttle function that will regulate the triggering of the event handler function (clicking on the button) so that this handler is called no more than once every 2 seconds (2000 ms).