(function () { let test = { my_prop: "hello", another: 65, }; return test.my_prop; })();