Proxy

In this lesson, you will learn how to intercept and override operations of objects by using JavaScript proxies.

We'll cover the following

JavaScript proxies were introduced in 2015 with ECMAScript 6. They allow us to intercept and override operations including object property lookup and assignment. A Proxy object wraps another object and acts as a middleman.

Get hands-on with 1100+ tech skills courses.