Add keyed array proxy
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: How can I implement a singleton in JavaScript?
|
||||
type: question
|
||||
tags: javascript,object,function,pattern
|
||||
tags: javascript,object,function,proxy,pattern
|
||||
authors: chalarangelo
|
||||
cover: blog_images/javascript-singleton-proxy.jpg
|
||||
excerpt: Learn how to implement a singleton, a commonly used software design pattern, in JavaScript using the Proxy object.
|
||||
|
||||
Reference in New Issue
Block a user