0 votes
in JavaScript by

What are the two basic groups of dataypes in JavaScript?

a) Primitive

b) Reference types.

c) All of the above

d) None of the above

1 Answer

0 votes
by
Answer:-  C

reason:- They are as –

Primitive

Reference types.

Primitive types are number and Boolean data types. Reference types are more complex types like strings and dates.
...