Difference between revisions of "JavaScript singleton"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "This article discusses '''singletons''' in the '''JavaScript''' programming language. == See also == * Information hiding * JavaScript * JavaScri...") |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | This article discusses '''[[Singleton| | + | This article discusses the '''[[Singleton pattern|singleton patten]]''' in the '''[[JavaScript]]''' programming language. |
== See also == | == See also == | ||
Line 6: | Line 6: | ||
* [[JavaScript]] | * [[JavaScript]] | ||
* [[JavaScript object]] | * [[JavaScript object]] | ||
− | * [[Singleton]] | + | * [[Singleton pattern]] |
== External links == | == External links == |
Revision as of 09:56, 25 August 2016
This article discusses the singleton patten in the JavaScript programming language.
See also
External links
- Simplest/Cleanest way to implement singleton in JavaScript? @ Stack Overflow
- Javascript: best Singleton pattern @ Stack Overflow