March 23, 2017 javascript Practical JavaScript Meta Programming Proxy & Reflect This article will show the basics to building a Proxy object that traps some standard object behavior, and implements read more Practical JavaScript Meta Programming
March 22, 2017 javascript Fun with JavaScript Proxies Disclaimer: This article is for educational purposes only. In several of these fun examples, I extend native objects. I don't advocat read more Fun with JavaScript Proxies