defineProperty(Array.prototype, 'second',
    function() {
      return this[1];
    },
    function(value) {