willtheorangeguy / willtheorangeguy.github.io

The usage of __proto__ property is not recommended JS-0084
Anti-pattern
Minor
5 months ago6 months old
3668      (n = t),
3669        ((e = o).prototype = Object.create(n.prototype)),
3670        (e.prototype.constructor = e),
3671        (e.__proto__ = n);3672      var a = o.prototype;
3673      return (
3674        (a.isWithContent = function () {