Skip to content Skip to sidebar Skip to footer
Showing posts with the label Encapsulation

Javascript - Private Members Explanation?

Im reading this article from Crockford: http://www.crockford.com/javascript/private.html And in the… Read more Javascript - Private Members Explanation?

Combining Javascript Pseudo-class Objects Under A Single Namespace

I have some classes I ported from Java to JavaScript. I would like to combine them in a library. f… Read more Combining Javascript Pseudo-class Objects Under A Single Namespace

Javascript Object Property Not In Scope

I seem to have a problem with objects' properties' scope. I would like to output each of th… Read more Javascript Object Property Not In Scope