Difference between revisions of "JavaScript encapsulation"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | This article discusses encapsulation (see [[ | + | This article discusses '''encapsulation''' (see [[Information hiding]]) in the '''[[JavaScript]]''' programming language. |
== See also == | == See also == | ||
− | * [[ | + | * [[Information hiding]] |
* [[JavaScript]] | * [[JavaScript]] | ||
* [[JavaScript object]] | * [[JavaScript object]] | ||
+ | * [[JavaScript singleton]] | ||
== External links == | == External links == | ||
− | * [http://stackoverflow.com/questions/3597087/encapsulation-in-javascript Encapsulation in JavaScript] | + | * [http://stackoverflow.com/questions/3597087/encapsulation-in-javascript Encapsulation in JavaScript] @ Stack Overflow |
+ | * [http://metaskills.net/2011/09/06/how-do-you-encapsulate-your-javascript/ How Do You Encapsulate Your JavaScript] | ||
+ | * [http://aboutcode.net/2011/10/04/efficient-encapsulation-of-javascript-objects.html Efficient Encapsulation of JavaScript Object]0 | ||
[[Category:JavaScript]] | [[Category:JavaScript]] |
Latest revision as of 09:29, 25 August 2016
This article discusses encapsulation (see Information hiding) in the JavaScript programming language.