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
Are there any training Institutions on iphone Automation testing?
Is there an ide for javascript?
How to convert a string to a number using javascript?
How do you disable javascript?
what difference between args.length and args.length() in command line argument?
How are object properties assigned?
java pgm for compare two vesion and print the greatest version on the console. e.g: like 1.4.2 and 1.5.2 biggest is 1.5.2 1.2.5 and 1.2.8 biggest is 1.2.8
Is html and javascript the same?
What is the result of below given line of code in java script? 5+4+'7'?
Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
Name the types of functions.
What is a closure and why are they so useful to us?
Will javascript be replaced?
How can you declare a class in javascript?
What is enum data type?