How To: Delete property from an Object using spread operator
Original Post and more Here
Everyday there’s something new to learn with Javascript.
I was trying to manipulate an object and remove one of the properties but I didn’t want to mutate the original object. I knew there must be a cleaner way than to u...
calvin.hashnode.dev1 min read