Today I'm reading "javascript the definitive guide." in chapter 3.5 talk about the global object.There said:
global properties like undefined, infinity, and NaN
Because of my lack knowledge, I feel I could not understand it. In my mind, I feel undefined Infinity and NaN are values I don't know how could these are properties. Thanks for any thoughts.
wow javascript is so confusing I just check this:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/undefined
undefined is a property and this property value is also undefined.
if this understanding is wrong please correct me.