Deep Cloning Objects in JavaScript, the Modern Way

Today I learned about structuredClone in JavaScript. Very cool to see the progress in this language over the years. What was implemented as a best attempt in user land is now a native capability that supports all the data structures, circular dependencies, et. al.