Switch to Dark Mode

JavaScript | Advanced JavaScript | Question 1

Last Updated : Jan 13, 2025
Discuss
Comments

What is the call stack in JavaScript?

A

A data structure to store variable names

B

A data structure that manages function execution contexts

C

A function that executes asynchronous code

D

A method to clear all function calls

Share your thoughts in the comments