InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between null and undefined? |
|
Answer» It can be assigned to a variable and has no value in CASE of null but on the other hand undefined MEANS a variable has been declared but has not yet been assigned a value. Also Read: FULL Stack INTERVIEW Questions |
|