NULL vs Undefined in javascript

Undefined - Its a type.When we declare a variable in javascript but not assigning any value to that variable. so when you read that variable, it will show as undefined.

Null - Its an assignment value. You can assign this value to any variable. Also, null is an object.

Comments

Popular posts from this blog

SSIS Merge Join - Both inputs of the transformation must contain at least one sorted column, and those columns must have matching metadata SSIS

jsGrid

Web scraping through WebBrowser (.Net WinForm Control)