In Javascript everything is Object, except for primitive values. In Javascript we can create an Object Wrapper through Object constructor. Whatever value we give or assign to variable the Object constructor creates an Object wrapper for that.
source http://www.c-sharpcorner.com/article/object-in-javascript-with-function-constructor-function-constructor-and-functi/
No comments:
Post a Comment