About prototype chain

Why Object.__proto __ is not null??
Object is inherited from null bul still it is not showing null and Object.__proto ___.__proto __ == Object.Prototype is showing true. Why is it so??

Hello,
Prototype chain is as following
Null
||
Object.prototype
| | | | | |
Objects (Boolean (Number (array (Function (string
prototype) Prototype) prot.). Prot.). Prot)

All these Prototypes are made from object.prototype which itself is from null.
So, Object.proto is not null whereas,
Object.prototype__proto__ === null

Happy learning :blush:

In this course all the webinars of Arnav bhiya are not there. Insted of Arnav bhaiya’s lectures there are youtube videos. Its very difficult for me to understand from these videos because some of the intermediate topics are missing. Please proved full webinars instead of youtube videos. Please help me out regarding this…

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.