JavaScript's 'undefined' And 'null': What's The Difference? Abhishek Gupta @code-with-abhishek-kumar · 29d View original post undefined` in JS denotes absence of value, `ReferenceError` for typos, `null` for empty/unknown values. Know the difference!