9e45383bb...72.jpeg, 42.68 KB, 604x438, exif ggl iq id3
Ахахахах наканецта.
function Foo() {
if (!new.target) throw "Foo() must be called with new";
console.log("Foo instantiated with new");
}

Foo(); // throws "Foo() must be called with new"
new Foo(); // logs "Foo instantiated with new"
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new.target