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
Can you explain how inheritance works in javascript?
Should I learn java first or javascript?
What are the four types of javascript objects?
How to get value of an element by class in javascript ?
What is use of object as function?
What is javascript namespacing?
What is event target in javascript?
What is a closure and why are they so useful to us?
How can you create an Array in JavaScript?
Can I learn javascript without html?
What is escape & unescape String functions in JavaScript?
What are the different objects used in javascripts?
What makes something a function?
How to get the last index of a string in javascript?
Is javascript necessary?