Object reflection in JavaScript

kudvenkat
Youtube
Related Topic
:- Javascript Web Development

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.

Comments