I understand that asynchronous callback function will be pushed into callback queue . For eg:
setTimeout(function() { console.log(\'Async\'); }, 0);