In JavaScript, undefined means that a value has been declared but has not yet been assigned a value, such as null, which can be assigned to a variable as a representation of no value. If a value is null, it was assigned programmatically, as JavaScript never sets a value to null on its own. Also, [...]
Posts Tagged ‘Null Undefined’
What is the difference between undefined value and null value?
Posted: October 5, 2011 in FAQ, HTML, Java Script, Web DeveloperTags: Null Undefined
0
