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 an immediately-invoked function expression?
How to update a function in javascript?
What is the difference between textContent and innerText?
Explain mul function in javascript?
Is javascript default scripting language?
What does === mean in js?
What is the difference between the operators ‘==‘ & ‘===‘?
What is javascript ‘strict mode’?
What are javascript properties?
What is the use of a number object in javascript?
What percentage of websites use javascript?
Is there an alternative to javascript?
Does spacing matter in javascript?
How can javascript language be separated from objects?
Explain the difference between call() and apply()?