Tentukan array dengan JavaScript indeks khusus

let array=[];
array[indexValue]='value';
Magnificent Markhor