const newData = Array(20)
      .fill(0)
      .map((_, index) =>  index++);