Appearance
[...new Array(101).keys()]
new Array(101).fill(0).map((i,index)=> index)
Array.from(Array(101),(i,index)=>index)