Data Structure
Java
Python
HTML
Interview Preparation
Tutorials
Courses
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.2K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Misc
7.7K+ articles
Mathematics
5.6K+ articles
JavaScript-Asynchronous
4 posts
Recent Articles
Popular Articles
Callbacks vs Promises vs Async/Await
Last Updated: 02 September 2025
Handling asynchronous operations is an essential part of JavaScript programming, especially when dealing with APIs, file handling, database queries, and user interactions....
read more
JavaScript
Web Technologies
Geeks Premier League
Geeks Premier League 2023
JavaScript-Asynchronous
Understanding Callbacks and Callback Hell in JavaScript
Last Updated: 23 July 2025
In JavaScript, callbacks are used for handling operations like reading files and making API requests. When there is excessive nesting of the functions it leads to a proble...
read more
JavaScript
Web Technologies
Picked
Geeks Premier League
Geeks-Premier-League-2022
JavaScript-Questions
JavaScript-Asynchronous
JavaScript Promise
Last Updated: 11 July 2025
JavaScript Promises make handling asynchronous operations like API calls, file loading, or time delays easier. Think of a Promise as a placeholder for a value that will be...
read more
Technical Scripter
JavaScript
Web Technologies
Promise
JavaScript-Asynchronous
JavaScript Callbacks
Last Updated: 02 August 2025
A callback function is a function that is passed as an argument to another function and executed later.A function can accept another function as a parameter.Callbacks allo...
read more
JavaScript
Web Technologies
JavaScript-Asynchronous