Agregar función a los objetos js

var myObj = {
	myFunc: function(param){
      //do stuff
    }
}
Cruel Chamois