Skip to content

Instantly share code, notes, and snippets.

@elgamine-dev
Created December 16, 2015 10:53
Show Gist options
  • Save elgamine-dev/e7c809b3058415aa0079 to your computer and use it in GitHub Desktop.
Save elgamine-dev/e7c809b3058415aa0079 to your computer and use it in GitHub Desktop.
var me = {
name:"Amine",
last_name:"El Ghayate",
getFullName: function(){
},
getOccupation: function(){
},
setName : function(){
},
getField : function(){
},
setField : function(){
}
};
console.log(me);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment