If the call stack is last on - first off then wouldn\'t this code output 3 2 1 ?
3 2 1
setTimeout(() => { console.log(\'1\'); }, 1000);