Javascript Shallow Copy - what is a Shallow Copy?
Shallow copy and deep copy are terms thrown around in Javascript that can be confusing if you have never heard them before. It is quite common to hear that array methods like slice or filter make a shallow copy of the original array.
What is a shallo...
fjolt.hashnode.dev4 min read