Skip to content

Instantly share code, notes, and snippets.

@yeonwooz
Created September 7, 2021 10:40
Show Gist options
  • Save yeonwooz/b21914b3c5b0b6234fc1cf44425ece94 to your computer and use it in GitHub Desktop.
Save yeonwooz/b21914b3c5b0b6234fc1cf44425ece94 to your computer and use it in GitHub Desktop.
typeOfEmptyness
console.log(typeof null) // 'object'
console.log(typeof undefined) // 'undefined'
console.log(typeof NaN) // 'number'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment