Class-Based Inheritance in JavaScript Published June 2, 2006 in Inheritance Pattern, JavaScript I use simulated class-based inheritance in JavaScript. My implementation is almost identical to and thanks to Kevin Lindsey's tutorial. This is the single best link on JavaScript I have ever found. The ideas allow for well structured, object-oriented programming in JavaScript. Compared with Kevin's page