title: Differences between undefined and null tip-number: 05 tip-username: loverajoel tip-username-profile: https://github.com/loverajoel tip-tldr: Understanding the differences between undefined and null. tip-writer-support: https://www.coinbase.com/loverajoel

- You can check if a variable is [null](<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/null>)

  ```javascript
  variable === null