Examples
You'll probably want to view the source on each example page to see what's really going on.
-
inheritance - This example showcases how to create classes that inherit from each other.
-
fluff - This example shows that there are no properties or methods injected into your objects to make all this happen.
-
mixins - This example shows how to use some special syntax sugar to mimic Ruby mixins.
-
plays nice with prototype - This example shows how you can just include inheritance.js and start reaping the rewards with your prototype based projects.