JSFiddle - React, Tailwind, and code Playground
by amindunited
JavaScript
function newElement() {
return Object.create(domino.impl.HTMLElement.prototype);
};
class foo extends newElement {
}
new foo();
by amindunited
function newElement() {
return Object.create(domino.impl.HTMLElement.prototype);
};
class foo extends newElement {
}
new foo();