javascript-handbook

Go Back ↩

Prototypes

There are different ways prototype are used in javascript.

  1. Object Prototype.
  2. Function Prototype.
  3. Constructor Prototype.
  4. Class Prototype.