What is Call Stack in JavaScript ?
This article explains the need for a Call Stack in JavaScript. JavaScript uses a Call Stack to track the functions in a program. The call stack works on the Last In, First Out (LIFO) principle. This means that the most recently called function will b...
jaytillu.hashnode.dev4 min read