The Reflect API of ES6

Reflection in a programming language is the act of inspecting, dynamically calling, and modifying classes, objects, properties, and methods. In other words, reflection is the ability of the program……

Similar

Practical ES6 Book: Free to Read Online

Modular JavaScript is a book series focusing on building small interconnected ES6 JavaScript modules that emphasizes on maintainability. Practical ES6 is the first book in the series, and it discusses ES6 features in detail. Practical ES6 includes hundred... (more…)

Read more »