Troubleshooting

What does undefined value mean in javascript? Undefined value means the variable used in the code doesn't exist or is not assigned any value or the property doesn't exist. What is the difference between undefined value and null value? (i)Undefined value cannot be explicitly stated that is there is no keyword called undefined whereas null value ... ................
................