Skip to content

Instantly share code, notes, and snippets.

@residualmind
Created May 13, 2015 12:04
Show Gist options
  • Save residualmind/b7cf1ffbad83cea485d5 to your computer and use it in GitHub Desktop.
Save residualmind/b7cf1ffbad83cea485d5 to your computer and use it in GitHub Desktop.
> obj = {Infinity:Infinity, NaN:'and beyond'}
{ Infinity: Infinity, NaN: 'and beyond' }
> obj[1/0]
Infinity
> obj[0/0]
'and beyond'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment