![Cover image for Memory Life cycle, Heap, Stack and Call Stack in JavaScript](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F2dlv69clp91ez4ya50w9.jpg)
There are topics in JavaScript you as a developer may not know. Knowing about these topics can help you write better code. Memory life cycle, heap,...
For further actions, you may consider blocking this person and/or reporting abuse
Great article, thanks for sharing. Would be good to note that Object.assign does not deep clone.
Thanks for the article! But the Object.assign creates a shallow copy and the same goes for spread syntax. If you want to create a deep copy you can use JSON parse/stringify but it works only if the object contains values that can be serialized (no functions, Maps, Date objects, etc).
Hi
Or lodash Deep clone:)))
That was a huge informative topic, thank you!
Thanks Mohammad.
Nice article about basics in modern programming languages, this case JavaScript point of view.
Well explained article, thanks!
Thank you Kieran.
Great article :)
Do you have any recommendations to learn about how V8 works? The documentation and codebase have very few architecture explanations.
Great article, thanks.
Great article 🤓🤓
Thanks for the article .. interesting topic for me as developer who has 3+ years experience.
If i found this in my early days as developer, i think i can't understand this.
heartly thank you brother!!
Great article with illustrations, loved it ❤️
Noice!