For example:
var apple = ["red", "green"];
I'd like to it to either return apple or print out apple (as the name of the array and not as a string) and also not print or return the array that apple refers to.
Does this have anything to do with prototype?