+1 vote
in JavaScript by
A collection of elements of the same data type which may either in order or not, is called _____.

a) String

b) Array

c) Serialized Object

d) Object

1 Answer

0 votes
by

Answer: B

Reason: An array is a collection of different elements that are of the same data-type. It can place elements in ascending order, in descending order or random order. We can interpret it as a container that contains data items of the same data-type.

Related questions

+1 vote
asked Mar 22, 2021 in JavaScript by Robindeniel
+1 vote
asked Mar 22, 2021 in JavaScript by Robindeniel
...