author avatar

harshwardhan

Wed Jan 10 2018

Array.from() takes a second argument which is a map. Example: Array.from(Array(10), (element, index) => //some logic to fill the array)