An open API service indexing awesome lists of open source software.

https://github.com/ajit24/throttler


https://github.com/ajit24/throttler

Last synced: 8 months ago
JSON representation

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