Home > Frontend Engineering and Javascript > Javascript Fundamentals > Introduction to Arrays and Array Operations Show previous contentTry this exercise. Is this statement true or false?The output of the following code will be 3.JAVASCRIPT1var numbers = [3, 2, 5, 7, 3, 6] 2console.log(numbers[3])Press true if you believe the statement is correct, or false otherwise.TRUEFALSE Show following content