https://github.com/yogadeepan29/async--day-16-callback
Day-16 Task (Async Programming) - CallBack
https://github.com/yogadeepan29/async--day-16-callback
asynchronous-programming callback callback-hell html-css-javascript settimeout
Last synced: 6 days ago
JSON representation
Day-16 Task (Async Programming) - CallBack
- Host: GitHub
- URL: https://github.com/yogadeepan29/async--day-16-callback
- Owner: Yogadeepan29
- Created: 2024-05-25T15:25:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T08:27:23.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T18:45:18.886Z (over 1 year ago)
- Topics: asynchronous-programming, callback, callback-hell, html-css-javascript, settimeout
- Language: JavaScript
- Homepage: https://ryd-callbackhell.netlify.app
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
In this Repository, I have completed the Day 16 Async programming - Callback task
==> Task-1 ( CALL BACK HELL TASK )
I have built a web page, that displays a countdown from 10 to 1 and then displays Happy Independence Day on the screen using HTML, DOM, CSS and Advanced Javascript.
* Named functions have not been used.
* A set interval function has not been used.
* Recursion has not been used.
* IFFEs & named functions have not been used.
* Looping has not been used.
* Used Callback hell to display the timer
==> This page is also Deployed on Netlify URL: https://ryd-callbackhell.netlify.app