JavaScript card review1 min read
easyWhat is the difference between null and undefined?
undefined means a variable has been declared but not assigned a value, while null is an intentional assignment representing the absence of a value.
undefined means a variable has been declared but not assigned a value, while null is an intentional assignment representing the absence of a value.
Spread the knowledge with other engineering candidates.
Help us rank high-quality interview preparation materials.
Get instant feedbacks, dynamic voice simulations, and keyword scorecard matchers.
Jeevan Bhargav
Audited by Creator
This answer is calibrated for technical interviews. Verify benchmarks in local sandboxes before deploying.