JSFiddle - React, Tailwind, and code Playground
JavaScript
var ee = {};
(function() {
(function() {
ee.config = {};
ee.config.foo = 'foo';
})();
console.log(ee.config);
})();
var ee = {};
(function() {
(function() {
ee.config = {};
ee.config.foo = 'foo';
})();
console.log(ee.config);
})();