Javascript Array getLastElement()
getLastElement()
Array.prototype.getLastElement = function() { return this[this.length - 1]; };