DEV Community

Discussion on: How javascript code is executed

Collapse
 
sakibsiddiqi15 profile image
Sakib Siddiqi Supto

Is call stack works like "last in last out"?

Collapse
 
namitmalasi profile image
namitmalasi

No, it works on LIFO(last in first out) or FILO(first in last out) similar to the stack data structure.