
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.
Great article :)
Great article, thanks.
Well explained article, thanks!
Thank you Kieran.
Do you have any recommendations to learn about how V8 works? The documentation and codebase have very few architecture explanations.
Great article 🤓🤓
heartly thank you brother!!
Great article with illustrations, loved it ❤️
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.
Noice!