HOTSPOT -
You need to evaluate the following code segment. Line numbers are included for reference only.

Use the drop-down menus to select the answer choice that answers each question based on the information presented in the code segment.
Hot Area:

HOTSPOT -
You need to evaluate the following code segment. Line numbers are included for reference only.
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the code segment.
Hot Area:
The type of an array is an object, not an array
undefined string object <-- number object
Correct answers: undefined string object number object
which one's are correct?
I checked in the console, typeof([1,2,3]) is object, the answer is wrong
Undefined String Object Number Object
Undefined String Object Number Object