+1 vote
in JavaScript by
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

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

0 votes
asked Mar 21, 2021 in JavaScript by rajeshsharma
0 votes
asked Mar 22, 2021 in JavaScript by Robindeniel
...