If you are into JavaScript, you must be aware of a notion that everything is Object is JavaScript. This means that everything that you use in JS, like the arrays are actually linked with Objects behind the scenes. Now how is that array which are of t...