Mutability Vs Immutability In JavaScript
You would often hear the most seasoned react developers suggest using the spread operator to copy an array instead of simply assigning it to a new variable. This has to do with specific data types being a reference type in JavaScript, hence being mut...
cloudaffle.hashnode.dev11 min read