JavaScript Data Types Explained from First Principles
A Bug That Shouldn't Exist
You've seen this before. You have an object. You make what you think is a copy. You modify the copy. And then, somehow, the original changes too.
const settings = { theme: "
tech-souvik.hashnode.dev13 min read