songmiao
Results
2
comments of
songmiao
var a={1:222, 2:123, 5:888}; var b=Array.from({length:12}).map((_,index)=>a[index+1]||null); console.log(b)