0 votes
in JavaScript by
In the line of code given below, what will the “datatype” written in brackets be called?

article[datatype]=assignment_value;

a. An object

b. A String

c. Floating point

d. An integer

1 Answer

0 votes
by
b. A String
...