โจProxy examples
JS โฉ object โฉ built-in โฉ Proxy โฉ examples
identity (proxy) - returns every key as is, that is
identity[key] === key
.read-only proxy - make an object read-only.
Last updated
Was this helpful?
JS โฉ object โฉ built-in โฉ Proxy โฉ examples
identity (proxy) - returns every key as is, that is identity[key] === key
.
read-only proxy - make an object read-only.
Last updated
Was this helpful?