Null and Undefined in JavaScript
Nov 24, 2022 · 2 min read · [Note: Please use chrome console to see the results] **Null **and **undefined **both are primitive data types and indicate the absence of value. They both are falsy values. **Null **is a language keyword however undefined is not. If we use **typeof *...
SShri commented