var echo = function (arg, index) {
  return Array.prototype.slice.call(arguments, 1);
};
