What is the difference between null and undefined?
• null: A deliberate absence of a value assigned by a developer.
• undefined: A variable that has been declared but not assigned a value.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is argument objects in javascript & how to get the type of arguments passed to a function?
What is the use of a boolean object in javascript?
Explain a story about javascript performance problems?
What is question mark in javascript?
What is Associative Array? How do we use it?
What is a closure javascript? Explain
Event bubbling and Event Capturing in JavScript?
Is javascript object oriented?
What is the data type of variables in javascript?
What is the use of the String Tokenizer
How do I disable javascript in my browser?
Can you run javascript in notepad?