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 |
What are the main functions performed by javascript statements?
why we need java instead of c
How do I find javascript?
Explain a story about javascript performance problems?
How to call a function inside a function in javascript?
do any browser need activeX object to run javascripts?
What is output of “20” + 20 + 20 and “20” + ( 20 + 20)? In javascript?
How to convert a string to a number using javascript?
How to create an array in javascript?
What is local and global scope?
What is this in JavaScript?
What is enum with example?