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:

Access this course and 1400+ top-rated courses and projects.