JSFiddle - React, Tailwind, and code Playground
JavaScript
var o = (function(){
var foo = function () {
console.log(this);
};
return {
foo:foo
}
})();
o.foo();
var o = (function(){
var foo = function () {
console.log(this);
};
return {
foo:foo
}
})();
o.foo();