We knew that there are two built-in ways to create copies: Object.assign() and structureClone().
But could you kindly tell me whether there's a way to replicate a property with non-enumberable configuration?
I'll talk about that and my experience with it in the following post.