Are you sure you're getting this? Is this statement true or false?
The output of the following code will be 3.
JAVASCRIPT
1var numbers = [3, 2, 5, 7, 3, 6]
2console.log(numbers[3])
Press true if you believe the statement is correct, or false otherwise.