var x=5; window['Array'+x] = [1,2,3]; alert (Array5)
const x=5; const obj = {} obj[x] = [1,2,3]; alert (obj[x])