Question 9 of 10Pro Only
What are Proxy and Reflect in JavaScript? Give practical examples for data validation or change observation.
Sample answer preview
Proxy and Reflect are metaprogramming features that allow intercepting and customizing fundamental operations on objects. A Proxy wraps an object and intercepts operations like reading, writing, or function calls.
ProxyReflecthandlertrapmetaprogrammingreactive