Results 1 comments of JimFirst
trafficstars

const obj = {1:222, 2:123, 5:888} let arr = Array(12) for (let i in obj) { arr[i] = obj[i] }