Deep Copy and Shallow Copy
When you're coding in JavaScript, it's important to understand how data is stored and copied in memory. Interviewers love asking about it - especially using objects and arrays!
Before we get into copying data, let’s understand where data is stored.
...
generalnotes.hashnode.dev3 min read