Mozilla Developer Network: JavaScript Memory Management

Low-level languages like C, have manual memory management primitives such as malloc() and free(). In contrast, JavaScript automatically allocates memory when objects are created and frees it when they are not used anymore (garbage collection). This automa… Read more

Similar

Minutes-of-JavaScript

⭐ Collection of Javascript snippets to make you discover new exciting features, useful tips or anything that will give you a better understanding of the subtleties of JS. - olivierloverde/minutes-... (more…)

Read more »