What are the basic groups of dataypes in JavaScript?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

Is javascript array dynamic?

0 Answers  


Is everything in javascript asynchronous?

0 Answers  


What is difference between var x =1; and x=1;?

0 Answers  


Where do you put javascript in html?

0 Answers  


What is Currying in Javascript?

0 Answers  






print the following using loop. 54321 4321 321 21 1

2 Answers   Delhi Public School,


What is are the types of the pop up box es available in javascript?

0 Answers  


How can you get the total number of arguments passed to a function?

0 Answers  


What are undefined and undeclared variables?

0 Answers  


<script type="text/javascript"> function dispValue(e) { v = function (s) { return e.name + ': ' + s } if (e.type == "") return v(e.checked ? "" : ""); else return v(e.value); }

0 Answers  


Name some of the ways in which Type Conversion is possible?

0 Answers  


Is javascript pure object oriented?

0 Answers  


Categories