What is the difference between a null value and an undefined value?
Submitted by: AdministratorNull is used to assign an empty value to a variable and needs to be assigned manually.
Undefined values result when you declare a variable without assigning it a value. Undefined will be the default whenever you don't explicitly assign a value.
Submitted by:
Undefined values result when you declare a variable without assigning it a value. Undefined will be the default whenever you don't explicitly assign a value.
Submitted by:
Read Online Expert Developer JavaScript Job Interview Questions And Answers
Top Expert Developer JavaScript Questions
☺ | Mention what is the disadvantage of using innerHTML in JavaScript? |
☺ | Which keyword is used to print the text in the screen? |
☺ | Why it is not advised to use innerHTML in JavaScript? |
☺ | Explain the concept of unobtrusive JavaScript? |
☺ | How are JavaScript and ECMA Script related? |
Top Scripting language Categories
☺ | AngularJS Interview Questions. |
☺ | Ext-JS Interview Questions. |
☺ | Dojo Interview Questions. |
☺ | Expert Developer JavaScript Interview Questions. |
☺ | SWFObject Interview Questions. |