JavaScript Zdobądź n -ten element tablicy
array[n]
array.slice(n, n+1)
Lone Wolf
array[n]
array.slice(n, n+1)