1 min readJun 27, 2018
I use Array.from(Array(100), (_, i) => i). Expecting Array(100) to have anything other than undefined in each element is not understanding what Array(100) is doing.
I use Array.from(Array(100), (_, i) => i). Expecting Array(100) to have anything other than undefined in each element is not understanding what Array(100) is doing.