showing results for - "get second from array javascript"
Felipe
01 Sep 2020
1array = ["Bob", "James", "John"]
2console.log(array[1]) // Prints 2nd