https://github.com/vidhya0501/day16taskfsd_callbackhell_vidhya
Countdown App using Callback Hell
https://github.com/vidhya0501/day16taskfsd_callbackhell_vidhya
asynchronous-programming callback-hell html-css-javascript setinterval
Last synced: 4 months ago
JSON representation
Countdown App using Callback Hell
- Host: GitHub
- URL: https://github.com/vidhya0501/day16taskfsd_callbackhell_vidhya
- Owner: Vidhya0501
- Created: 2023-12-19T15:40:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T15:58:15.000Z (about 2 years ago)
- Last Synced: 2025-01-12T00:28:06.669Z (about 1 year ago)
- Topics: asynchronous-programming, callback-hell, html-css-javascript, setinterval
- Language: JavaScript
- Homepage: https://callbackhell-countdownapp-vidhya.netlify.app/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
We designed this application using Callback Hell method.
In this application, first we display the countdown from 10 to 1 and atlast "HAPPY INDEPENDENCE DAY" gif will be displayed.
We've written the logic inside an arrow function that will be passed as an argument in setInterval method.
In 1 millisecond difference,countdown and text/image/gif will be displayed on the document.