JavaScript obtenga enésimo elemento de matriz
array[n]
array.slice(n, n+1)
Lone Wolf
array[n]
array.slice(n, n+1)