Quiz Challenges
100
Question 2 of 100
2%
2
What does the following code log to the console?
Copy
const
arr
=
[
1
,
2
,
3
]
;
console
.
log
(
arr
.
__proto__
===
Array
.
prototype
)
;
A
false
B
TypeError
C
undefined
D
true
Submit Answer
Previous
2
/
100
Next