Skip to content

Instantly share code, notes, and snippets.

@bgrins
Created January 26, 2016 19:35
Show Gist options
  • Select an option

  • Save bgrins/0e999e3e775fc199bc1b to your computer and use it in GitHub Desktop.

Select an option

Save bgrins/0e999e3e775fc199bc1b to your computer and use it in GitHub Desktop.

Chrome:

console.log("%f", Infinity)
Infinity

console.log("%f", "Infinity")
NaN

Firefox:

console.log("%f", Infinity)
inf

console.log("%f", "Infinity")
inf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment