Checking the app built by Philip Roberts ( link ) that demonstrates how the browser and webapi event loop works, I noticed that only when we use callbacks calling methods like setTimeout ..., there is manifestation of webapi to consider this call as asynchronous.
How can I know which methods execute asynchronously then?