What is the data type of variables in javascript?


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

Post New Answer

More JavaScript Interview Questions

what difference between args.length and args.length() in command line argument?

0 Answers  


What is the difference between the keywords var and let?

0 Answers  


What is undefined in math?

0 Answers  


List few difference between java and javascript?

0 Answers  


Is a hash table an array?

0 Answers  






What is the difference between let and var?

0 Answers  


Is javascript whitespace sensitive?

0 Answers  


What's the purpose of javascript?

0 Answers  


What is purpose of onerror event handler in javascript?

0 Answers  


Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?

0 Answers  


What is the difference between typeof and instanceof operators in Javascript?

0 Answers  


What do ellipses mean in javascript?

0 Answers  


Categories