Skip to content

Instantly share code, notes, and snippets.

@diasbruno
Created March 17, 2016 01:13
Show Gist options
  • Save diasbruno/87a5cbed4b52f7848019 to your computer and use it in GitHub Desktop.
Save diasbruno/87a5cbed4b52f7848019 to your computer and use it in GitHub Desktop.
undefined and NaN
// node
> var a;
undefined
> 1 + a;
NaN
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment