Master Asynchronous JavaScript
Master Asynchronous JavaScript
IDENTIFIERS
of Asynchronous
JavaScript
Shruti
ShrutiMore
More
[email protected]
Full Stack Developer
01 setTimeout()
Built-in function that enables us to execute
code after a specified delay
02 setInterval()
Repeatedly executes the function
after a specified interval.
03 Promises
It is an object that handles asynchronous
code.
04 fetch()
Fetch is used to make HTTP requests to
fetch data.
06 Axios
JS library used for making HTTP requests and
interacting with RESTful APIs.
07 XMLHttpRequest
Built-in JS object makes HTTP requests from
web browsers and handles Asynchronous
requests.
08 async-await
Using async-await makes it easier to write
promises, and it always returns a promise.
09 Event Listeners
Functions are called in response to specific
events to fulfill requests.
10 Error Handling
Manage errors in async code by using catch
with promises or try/catch with async/await.
FOLLOW FOR
MORE!
Useful JavaScript
insights
Shruti More
Full Stack Developer