JSFiddle - React, Tailwind, and code Playground
JavaScript
(function foo() {
this.bar = function() {
document.body.innerHTML += "test";
};
this.bar();
})();
alert(window.bar);
(function foo() {
this.bar = function() {
document.body.innerHTML += "test";
};
this.bar();
})();
alert(window.bar);