convert(arr) {
    return Array.prototype.slice.call(arr);
  },