{"id":21432337,"url":"https://github.com/balakrishnan-10/callback-hell-async-programming-day-01","last_synced_at":"2026-05-18T22:05:47.350Z","repository":{"id":243493205,"uuid":"812583893","full_name":"Balakrishnan-10/Callback-Hell-Async-Programming-Day-01","owner":"Balakrishnan-10","description":"Callback hell, setTimeout - Async Programming","archived":false,"fork":false,"pushed_at":"2024-06-09T10:18:52.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T08:42:53.902Z","etag":null,"topics":["callback-hell","css","settimeout"],"latest_commit_sha":null,"homepage":"https://callback-hell-seven.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Balakrishnan-10.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-09T10:10:47.000Z","updated_at":"2024-06-09T10:18:54.000Z","dependencies_parsed_at":"2024-06-09T11:32:00.823Z","dependency_job_id":"6e9d615b-d417-415f-8095-f0b5d3c5db61","html_url":"https://github.com/Balakrishnan-10/Callback-Hell-Async-Programming-Day-01","commit_stats":null,"previous_names":["balakrishnan-10/callback-hell-async-programming-day-01"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrishnan-10%2FCallback-Hell-Async-Programming-Day-01","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrishnan-10%2FCallback-Hell-Async-Programming-Day-01/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrishnan-10%2FCallback-Hell-Async-Programming-Day-01/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrishnan-10%2FCallback-Hell-Async-Programming-Day-01/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Balakrishnan-10","download_url":"https://codeload.github.com/Balakrishnan-10/Callback-Hell-Async-Programming-Day-01/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945321,"owners_count":20372890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["callback-hell","css","settimeout"],"created_at":"2024-11-22T23:18:11.405Z","updated_at":"2026-05-18T22:05:47.304Z","avatar_url":"https://github.com/Balakrishnan-10.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CallBack Hell - Async Programming Day 01\n\n## Vercel Deployment Link : https://callback-hell-seven.vercel.app/\n\n## Callback Hell : \n\n   * Callback hell is a phenomenon where a Callback is called inside another Callback. It is the nesting of multiple Callbacks inside a function. If you look at the design of the code, it seems just like a pyramid.\n\n   * Thus the Callback hell is also referred to as the 'Pyramid of Doom'.\n\n## setTimeout :\n\n* The setTimeout() method executes a block of code after the specified time. The method executes the code only once.\n\n```javascript\nSyntax :\n\nsetTimeout(function, milliseconds);\n```\n* Its parameters are:\n1. function - a function containing a block of code\n2. milliseconds - the time after which the function is executed\n\n ## Git Commands :\n  \n  ```git\n  git init\n  git add .\n  git commit -m \"commit message\"\n  git branch -M main\n  git remote add origin \"github URL\"\n  git push origin main\n   ```\n## Used TOOL \u0026 IDE :\n\n\u003ca href=\"https://github.com/Balakrishnan-10/Functions-Javascript-Day-04.git\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://www.vectorlogo.zone/logos/git-scm/git-scm-icon.svg\" alt=\"git\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e\n\u003ca href=\"https://www.w3.org/html/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/vscode/vscode-original-wordmark.svg\" alt=\"vscode\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalakrishnan-10%2Fcallback-hell-async-programming-day-01","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbalakrishnan-10%2Fcallback-hell-async-programming-day-01","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalakrishnan-10%2Fcallback-hell-async-programming-day-01/lists"}