🏠Object.createObject.createexport function create(obj) { const Fn = () => {}; Fn.prototype = obj; return new Fn();}