Basic JavaScript Question:
What is the data type of variables of in JavaScript?
Answers:
Answer #1All variables are of object type in JavaScript.
Answer #2var
Answer #3String, Boolean, Number, Function, Object, Null, Undefined
Previous Question | Next 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? |