Asynchronous and Synchronous An example of Asynchronous: setTimeout(function(){ alert('1'); }, 0); alert('2'); setTimeout is a Asyn function.