zeusdeux / __proto__-chain-demystified

A few tests that I wrote to clarify my doubts about the __proto__ chain and __proto__ vs prototype debate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

__proto__-chain-demystified

A few tests that I wrote to clarify my doubts about the __proto__ chain and __proto__ vs prototype debate. It contains detailed comments and is formatted (atleast on chrome).

##How to run it?

  • Copy paste contents of runme.js in your browser console (preferably Chrome)

About

A few tests that I wrote to clarify my doubts about the __proto__ chain and __proto__ vs prototype debate

License:MIT License


Languages

Language:JavaScript 100.0%