javascript Raiding memory leaks in the Pyramid of PrevObject A while ago I found that interaction with a component in our site results in many detached dom elements. At first glance, it wasn't clear from the code what was causing it. After
javascript Prototype's real world usage: optimizing memory usage One of the first things you learn about Javascript when you start delving into the language is that it doesn't support classical inheritance, but rather prototypal inheritance. The topic of prototype-based inheritance is