SBSaurav Bhartiinsauravbharti021.hashnode.dev·Feb 12, 2024 · 4 min readAsynchronous nature of JavascriptKey points on how Javascript code work? Whenever a javascript function gets called it goes into call stack and depending on what kind of function it is, it gets processed further. The concept that call stack follows is Last In First Out (LIFO), so ...00