https://github.com/ajit24/throttler
https://github.com/ajit24/throttler
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajit24/throttler
- Owner: Ajit24
- Created: 2022-04-28T09:49:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T09:52:30.000Z (over 3 years ago)
- Last Synced: 2025-01-02T04:14:31.233Z (9 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# THROTTLER
## Write a program to throttle a button onClick elements, or a search bar
###example code
function throttler(){
// write code here
}button.addEventListener("click",throttler(callback,delay))