I am learning Java Script and I see the examples that were published a few years ago show __proto__
in the chrome developer tool - console while explaining the prototypical inheritance concept.
When I execute the same sample code I don't see __proto__
anymore in my current version of Chrome. I only see [[Prototype]]
.
Questions:
- Hope both are the same? If yes, from which version that this change has taken place.
- Is it possible to revert my chrome developer tool to older version to view it as
__proto__
?