1.What does asynchronous JavaScript allow you to do?
2. What is a Promise in JavaScript?
3. Which states can a Promise have?
4. Which method runs when a Promise is successful?
5. Which method handles Promise errors?
6. Which keyword is used to define an asynchronous function?
7. What does the await keyword do?
8. Where can the await keyword be used?
9. Which API is commonly used to fetch data from a server?
10. What does the fetch() function return?
11. Which method converts fetch response to JSON?
12. Which project uses Fetch API to search data dynamically?
13. A Currency Converter mainly requires:
14. Which concept helps avoid “callback hell”?
15. Asynchronous JavaScript is mainly used to:
Wait for 20 seconds...
Tags
JavaScript
