javascript
css
html
lists
checklist
web-development
frontend
reference
resources
guidelines
front-end-development
front-end-developer-tool
-
Updated
Jul 10, 2020
When a property is accessed on an object and if the property is not found on that object, the JavaScript engine should looks at the object's __proto__(different browser has their own implement) .Or, looks at the prototype of its constructor.