Can someone help me understand what the advantages of the prototype method are. What I have gathered so far is that it lets your make function B that is inside function A outside of function A(creator) so function B can be used in other creator functions? #prototypes
the prototype is the official way of making reusable parts between objects and is more efficient which is especially important when you are handling many objects