It might be a stupid question, but why do I get an empty array when I console out Array.prototype ?
Array.prototype
I was expecting the push and pop methods.
"Note: Array.prototype does not refer to a single array, but to the Array() object itself." - http://www.w3schools.com/jsref/jsref_prototype_array.asp