Login
Remember
Register
Ask a Question
In the line of code given below, what will the “datatype” written in brackets be called?
0
votes
asked
Dec 1, 2022
in
JavaScript
by
john ganales
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
javascript
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 1, 2022
by
john ganales
b. A String
...