Pushing Elements
Select component
$vm.Array.push({arrayProperty: '12', arrayProperty: 'Soup'});
Printing Elements on JSON format
Select component
console.log(JSON.stringify($vm.Arra));
Array Properties and Methods List
console.dir(ArrayName);
Check the __Proto__ list in the console