Intercept property access with Javascript Proxy

InstructorKhaled Garbaya

Share this video with your friends

Send Tweet

A Javascript Proxy object is a very interesting es6 feature, that allows you to determine behaviors whenever a property is accessed in a target object. In this lesson, you will learn how to use it to prevent users from accessing specific properties in your objects