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

https://github.com/ajit24/toggler---closures


https://github.com/ajit24/toggler---closures

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# TOGGLER---CLOSURES

## Write a program to throttle a button onClick elements, or a search bar

## function :
### // example code
function toggler() {

}

const toggle = toggler(1,2,3)

toggle()
// 1
toggle()
// 2
toggle()
// 3