Proxies

Learn how to define custom behaviors for fundamental operations with Proxies.

We'll cover the following

What is a Proxy? #

From MDN:

The Proxy object is used to define custom behavior for fundamental operations (e.g. property lookup, assignment, enumeration, function invocation, etc).

 

How to use a Proxy ? #

This is how we create a Proxy:

Get hands-on with 1200+ tech skills courses.