IT Web Feeds » Ben Nadel ColdFusion And Web Development Feed @ BenNadel.com » Creating A Private Scope By Extending The Public THIS Scope In JavaScript
In JavaScript, we create objects. These objects don't really have a sense of public and private variables (in a classical object-oriented sense); but, thanks to the lexical binding of Closures in JavaScript , we can finagle private variables t ... Read More ยป