What is the data type of variables of in JavaScript?

 Posted by vishalneeraj-24503 on 1/13/2014 | Category: JavaScript Interview questions | Views: 1942 | Points: 40
Answer:

All variables which are used in Javascript are treated as Object type.Means whatever variables we define inside javascript function using Var are said to be an Object type.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response