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 are javascript objects?
How to find the selected radio button immediately using the 'this' variable?
Can you explain about screen object?
What is decodeuri(), encodeuri() in javascript?
Is javascript multi-threaded or single-threaded?
Is a parabola a function?
Explain the steps for connecting the system to Internet.
Explain what is pop()method in JavaScript?
Why is var better than let?
How can I request data from the server without reloading the page in the browser?
What is null javascript?
Why is javascript called richer interface?
What is called variable typing in javascript?
How to handle exceptions in JavaScript?
Is it possible to use javascript to change the meta-tags of the page?