Question 2 of 1002%
2

What does the following code log to the console?

const arr = [1, 2, 3];

console.log(arr.__proto__ === Array.prototype);
2/100