Copy or duplicate an object

I would like to copy / duplicate an object and then change things on the duplicated object

Is is possible?

1 Like

This feature was removed from v8 as it wasn’t used very frequently. I’d suggest extracting your object creation code into its own function so you can run it multiple times to get similar objects.

1 Like