# 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)
