Be aware when cloning objects in JavaScript! ๐ฏโโ๏ธ
Now and then you'll need to clone an object in JavaScript, mainly one to be modified but you still want the original to stay the same. Let's say for this purpose we have a duplicate and change function. Meaning we have an object, which we will duplic...
Nov 3, 20204 min read619

