prototipe kelas klon javascript

let clone = Object.assign(Object.create(Object.getPrototypeOf(orig)), orig)
Silly Sandpiper