(function myProject(){ var myself = { nam:peter, age:26, sex:man, say:function(){ console.log("this is my first git Project"); } } return myself; })();