JavaScript | Advanced JavaScript | Question 1

Last Updated :
Discuss
Comments

What is the call stack in JavaScript?

A data structure to store variable names

A data structure that manages function execution contexts

A function that executes asynchronous code

A method to clear all function calls

Share your thoughts in the comments