0 votes
in JavaScript by
Which of the following is not JavaScript Data Types?

a) Undefined

b) Number

c) Boolean

d) Float

1 Answer

0 votes
by

Answer:-  D

Reason: Following are the JavaScript Data types:

Number

String

Boolean

Object

Undefined

...