__proto__ and prototype

can we say that :-
prototype is something which can be inherited from a function while proto tells about the inherited members(prototype).

Hi @akashagarwal1321,
In a way yes but nit exactly, Prototype property is basically an object (also known as Prototype object), where we can attach methods and properties in a prototype object, which enables all the other objects to inherit these methods and properties.

To read further about Prototypes please visit the attached link .

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.