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) |
||
(One intermediate revision by the same user not shown) | |||
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 == | ||
Line 12: | Line 12: | ||
* [http://stackoverflow.com/questions/1479319/simplest-cleanest-way-to-implement-singleton-in-javascript Simplest/Cleanest way to implement singleton in JavaScript?] @ Stack Overflow | * [http://stackoverflow.com/questions/1479319/simplest-cleanest-way-to-implement-singleton-in-javascript Simplest/Cleanest way to implement singleton in JavaScript?] @ Stack Overflow | ||
* [http://stackoverflow.com/questions/1635800/javascript-best-singleton-pattern Javascript: best Singleton pattern] @ Stack Overflow | * [http://stackoverflow.com/questions/1635800/javascript-best-singleton-pattern Javascript: best Singleton pattern] @ Stack Overflow | ||
+ | * [http://www.dofactory.com/javascript/singleton-design-pattern Singleton design pattern] @ dofactory | ||
+ | |||
+ | |||
[[Category:JavaScript]] | [[Category:JavaScript]] |
Latest revision as of 20:01, 27 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
- Singleton design pattern @ dofactory