9e45383bb...72.jpeg, 42.68 KB, 604x438, exif ggl iq id3 |
Ахахахах наканецта.function Foo() {https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new.target
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"