Basic JavaScript Question:

What are JavaScript Data Types?

JavaScript Interview Question
JavaScript Interview Question

Answers:

Answer #1
JavaScript Data Types are Number, String, Boolean, Function, Object, Null, Undefined

Answer #2
I think that NULL is an object..


Previous QuestionNext Question
How to detect the operating system on the client machine?How do you convert numbers between different bases in JavaScript?