What array will you get if you convert an object to an array?
A
An array with properties of that object as the array's elements
B
An array with properties of that array as the object's elements
C
An array with properties of that object as the Key elements
D
An array with keys of that object as the array's elements
Correct Answer: An array with properties of that object as the array's elements