https://github.com/ajit24/toggler---closures
https://github.com/ajit24/toggler---closures
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajit24/toggler---closures
- Owner: Ajit24
- Created: 2022-04-28T09:53:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T09:56:08.000Z (over 3 years ago)
- Last Synced: 2025-01-02T04:14:32.299Z (10 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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