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 are the four types of javascript objects?
What is a frontend framework?
List few advantages of using javascript?
What is unescape() function?
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
In javascript what is an argument object?
What is noscript tag?
what are the differences between as2 and as3?
What is null variable?
What is the difference between the operators ‘==‘ & ‘===‘?
Why is it called javascript?
How can we detect os of the client machine using javascript?