In ECMA 5 no classes exists but inheritans is created by prototype chains. How to create abstract structures which should not be used in code? I give some possible solution for that.
programming blog
In ECMA 5 no classes exists but inheritans is created by prototype chains. How to create abstract structures which should not be used in code? I give some possible solution for that.