index
Proxy examples
00 - Basic example of using a Proxy
01 - Default values
02 - Hiding private properties
03 - A better enum
03 - A better enum (with a nameOf function)
04 - OnChange event for objects and arrays
05 - Cache with property specific TTL
06 - Using the "in" operator like "includes"
07 - Singleton pattern
08 - Validation and revocable access
09 - Cookie object
10 - Python-like array slicing
+1 - Proxy as a proxy handler
Performance measurements