skip to Main Content

About Async and Promise in Javascript

I have some questions about async and promise. (sorry guys I'm newbie at programming) Can javascript only run functions asynchronously with functions/webAPIs like XMLHttpRequest, DOM, setTimeout, etc? can we make our own function that runs asynchronously? If we make a…

VIEW QUESTION
Back To Top
Search