const a = "a"; const mod = function() { return { a: a }; }(); console.log(mod);