Reflect & Proxy Reflect and Proxy are both standard built-in objects introduced as part of the ES6 spec and are supported in all modern browsers. Broadly speaking, they formalize the concept of metaprogramming in the context of Javascript by combining existing introspection and intercession APIs, and expanding upon them. In this article weâll explore how these objects work using examples that appr

{{#tags}}- {{label}}
{{/tags}}