How I use JavaScript Prototypal Inheritance in my game inventory system

I’m currently developing a game using Cocos2d-JS (runs in JSB & HTML5).
This is how I use the power of JS prototypal inheritance to build the inventory system.
http://pixdeo.com/articles/Inventory%20Items%20and%20prototypal%20inheritance/