javascript object prototype functions 34 Javascript Object Prototype Functions Prototype object. For the sake of clarity, let's examine the following example: function Point2D (x, y) { this.x = x; t… Written By Anonymous Wednesday, August 23, 2017 Add Comment Edit