JavaScript получить N -й элемент массива
array[n]
array.slice(n, n+1)
Lone Wolf
array[n]
array.slice(n, n+1)