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.

Related questions

0 votes
asked Oct 10, 2022 in JavaScript by SakshiSharma
0 votes
asked Sep 18, 2021 in JavaScript by sharadyadav1986
...