Object reflection in JavaScript
In this video we will discuss, object reflection in JavaScript with an example. Object oriented programming languages like C# and Java, support reflection. Reflection allows us to inspect meta data of assemblies, modules and types. Since JavaScript is also an object oriented programming language, it also supports the concept of reflection.