What type of method is the eat() method for iceCream object…
What type of method is the eat() method for iceCream object instances as defined in the following JavaScript statement?iceCream.prototype.eat = function() {return “Yum, yum!”;
What type of method is the eat() method for iceCream object…