Basic JavaScript Question: Download JavaScript PDF

What is the data type of variables of in JavaScript?

Tweet Share WhatsApp

Answers:

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

Answer #2var

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


Download JavaScript PDF Read All 114 JavaScript Questions
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?