Metaprogramming: An Introduction to JavaScript(ES6) Proxy
Posted on June 6, 2019
The concept of Metaprogramming is not new. There are many programming languages like Lisp, Scala, Clojure, Rust, Haskell, etc already got the use of it. JavaScript is not really behind either! Before we go any further, let us understand, What is Met...