0% found this document useful (0 votes)
4 views11 pages

Master Asynchronous JavaScript

Details notes of asynchronous programming
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views11 pages

Master Asynchronous JavaScript

Details notes of asynchronous programming
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

SIMPLE

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

You might also like