Deep clone object - JSON.stringify/parse, fast-copy, structuredClone
Everyone, at a certain point in a developer's career, is going to search the internet for "how to make a deep copy of an object". I'll focus on "data objects" which can be defined by:
no methods, setters or getters, only properties
properties can b...
blog.procode.pl10 min read