JavaScript is said to be a Prototype-based language, so “prototypes” must be an important concept. Right?

Today I’m going to explain what Prototypes are, what you need to know, and how to use Prototypes effectively.

What are prototypes?

First of all, do not let the word “Prototype” mislead you, unlike a “prototype” in English, the Javascript “prototype” is not a trial version of a new product.

#javascript 

How to Understanding JavaScript Prototype
3.30 GEEK