Deep JavaScript: Metaprogramming with Proxies
Proxies enable us to intercept and customize operations performed on objects (such as getting properties). They are a metaprogramming feature. (more…)
Read more »
This article has provided a simplified view of object-oriented theory — this isn’t the whole story, but it gives you an idea of what we are dealing with here. In addition, we have started to look at how JavaScript relates to and how it differs from “class… Read more