javascript proxy - Querying arrays with more readable methods

added by JavaScript Kicks
1/4/2019 5:52:58 PM

607 Views

This a new feature introduced in the ES6 standard. The Proxy object is used to define custom behavior for fundamental operations (e.g. property lookup, assignment, enumeration, function invocation, etc). There are 3 key terms we need to define before we proceed: handler - the placeholder object which contains the trap(s).


0 comments