arr = [] for(i = 1890; i <= 2010; i++) arr.push(i) console.log(arr)
arr = new Array(211) for (i = 0; i < 211; i++) arr[i] = 1800+i