> For the complete documentation index, see [llms.txt](https://til.kurianbenoy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.kurianbenoy.com/async-await/javascript-asynchronous-operation.md).

# JavaScript Asynchronous operation

* The async/await is a type of promise
* In case of calling a Synchronous function to another Asynchrnous function
* Not really useful
*
* async to async - only useful way of concurrency
*
* Then async to synchrnous - no effect, will be waiting all along&#x20;

b)
