top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the two basic groups of dataypes in JavaScript?

+1 vote
333 views
What are the two basic groups of dataypes in JavaScript?
posted Aug 8, 2017 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

There are two basic groups of dataypes in JavaScript –
Primitive types and Reference types.
Primitive types are number and Boolean data types.
Reference types are more complex types like strings and dates.

answer Aug 9, 2017 by Bharat Kumar
...