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
Should I disable javascript?
Write about the errors shown in javascript?
What is spread syntax?
What is "this"?
What is ‘this’ keyword in JavaScript?
How to get value from dropdown (select) control?
List few difference between java and javascript?
What is a framework programming?
What is JavaScript?
What's math constants and functions using javascript?
Why does the browser display the slow script warning?
Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?
what is the function of public class main ?
Explain the difference between “==” and “===”?
how to read and write a file using JavaScript?