Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 231 Bytes

File metadata and controls

3 lines (2 loc) · 231 Bytes

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).