how to add a function to a object code example Example: adding function to objects js var myObj = { myFunc: function(param){ //do stuff } }