to be able to make a qualified decision about the release of memory or not.
JavaScript has an automatic garbage collector for managing memory. You cannot manually free memory and not call the garbage collector (for example, in java and C #, for example).
source
share