Hallo klawischnigg,
in diesem Fall ist irgendEinObjekt
eine Konstruktorfunktion, und das erzeugte Objekt sollte ein Property constructor
besitzen, das eine Referenz auf diese Funktion enthält. Die Funktion hat ein name
Property.
Beispiel mit String:
const xyz = new String("Hallo");
console.log(xyz.constructor.name); // String
Rolf
--
sumpsi - posui - obstruxi
sumpsi - posui - obstruxi