Where are variables stored in javascript when we run pages in the browser?
Also, where I need further insight into memory organisation in terms of javascript variables , usgae and scope, and storage. Like we say in C/C++ : local variables are stored in Stack, Dyanamic memory allocation in Heap area, and program code are stored in program area.