Рет қаралды 11,811
This tutorial explains what is and how to use the ES6 Reflect Object which allows you to dynamically intercept Object property and method operations
Typically Reflect gets used in conjunction with Proxies.
Code from Video: gist.github.co...