JavaScript Object Prototypes

The prototype is an object that is associated with every functions and objects by default in JavaScript.

Code :