Login
Remember
Register
Ask a Question
Which of the following is not JavaScript Data Types?
0
votes
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
Which of the following is not JavaScript Data Types?
a) Undefined
b) Number
c) Boolean
d) Float
javascript
data-types
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 10, 2022
by
SakshiSharma
Answer:- D
Reason: Following are the JavaScript Data types:
Number
String
Boolean
Object
Undefined
...