How JavaScript works, memory management + how to handle 4 common memory leaks
Alexander Zlatkov has written a nice article how does the memory work in Javascript
. As we know, Javascript
runs in the virtual machine as Java
, thus user doesn’t need to explicitly handle the memory allocation and release.