JavaScript obtient le nième élément du tableau

array[n]
array.slice(n, n+1)
Lone Wolf