✨Proxy examples
Last updated
Was this helpful?
Last updated
Was this helpful?
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.