Reflection

introduction to reflection and using the method `Reflect.apply`

We'll cover the following...

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 ...