Basic JavaScript Question:

What is the data type of variables of in JavaScript?

JavaScript Interview Question
JavaScript Interview Question

Answers:

Answer #1
All variables are of object type in JavaScript.

Answer #2
var

Answer #3
String, Boolean, Number, Function, Object, Null, Undefined


Previous QuestionNext Question
In a pop-up browser window, how do you refer to the main browser window that opened it?Methods GET and POST in HTML forms - what's the difference?