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
Name the datatypes of javascript?
What is bom?
What is the use of a date object in javascript?
What is a noscript tag?
What do mean by NULL in Javascript?
Why do we need to declare variables?
How can a Javascript code redirect the user to a different page?
TypeError: document.getelementbyid(...) is null?
How to detect the operating system on the client machine?
Is javascript array dynamic?
What is a closure in javascript?
To write messages to the screen without using "document.write()"?
Is python better than javascript?
What does the isNaN() function?
How to handle event handlers?