What is stack in javascript?



What is stack in javascript?..

Answer / Amit Kumar Saroj

In JavaScript, a stack is a data structure used for managing execution contexts. It stores function calls that have been made but haven't completed execution yet.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What are the main functions performed by javascript statements?

1 Answers  


why we need java instead of c

1 Answers   TCS,


How do I find javascript?

1 Answers  


Explain a story about javascript performance problems?

1 Answers  


How to call a function inside a function in javascript?

1 Answers  


do any browser need activeX object to run javascripts?

2 Answers  


What is output of “20” + 20 + 20 and “20” + ( 20 + 20)? In javascript?

1 Answers  


How to convert a string to a number using javascript?

0 Answers  


How to create an array in javascript?

1 Answers  


What is local and global scope?

1 Answers  


What is this in JavaScript?

1 Answers  


What is enum with example?

1 Answers  


Categories