+1 vote
in JavaScript by (19.9k points)
A set of unordered properties that, has a name and value is called______

a) String

b) Array

c) Serialized Object

d) Object

1 Answer

0 votes
by (23.1k points)

Answer: D

Reason: The Objects in the JavaScript are considered as a set of unordered related data(or properties), reference types, in the form of "key: value" pairs. Hence each of the property contains a name and value.

Related questions

...