Let\'s say that you make a constructor function called \'Animal\' that looks like this :
function Animal(name, color, age){ this.name = name; this.color =