MCQOPTIONS
Saved Bookmarks
| 1. |
What array will you get if you convert an object to an array? |
| A. | n array with properties of that object as the array's elements |
| B. | n array with properties of that array as the object's elements |
| C. | n array with properties of that object as the Key elements |
| D. | n array with keys of that object as the array's elements |
| Answer» B. n array with properties of that array as the object's elements | |