Answer Posted / satinder virdi
In JavaScript, there are three primary data types, two composite data types, and two special data types.
#Primary Data Types
The primary (primitive) data types are:
->String
->Number
->Boolean
#Composite Data Types
The composite (reference) data types are:
->Object
->Array
#Special Data Types
The special data types are:
->Null
->Undefined
-------------------------------------
https://msdn.microsoft.com/en-us/library/ie/7wkd9z69(v=vs.94).aspx
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of a weakset object in javascript?
What is scope of variable in javascript?
What is the use of a boolean object in javascript?
What is javascript namespacing?
What is the statement to enable strict mode in javascript quiz?
What is node value?
What is dataview in javascript?
What is difference between arrow function and normal function?
Enumerate the differences between Java and JavaScript?
What data types are supported in Javascript?
What is local scope in javascript?
How to create the namespace in javascript?
What is event bubbling and capturing in javascript?
What is an onclick?
How do you check if an object is an array or not?