Skip to content

Instantly share code, notes, and snippets.

@alfredmyers
Created August 3, 2015 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfredmyers/ff38e0bed3c2da571fd8 to your computer and use it in GitHub Desktop.
Save alfredmyers/ff38e0bed3c2da571fd8 to your computer and use it in GitHub Desktop.
2015-08-03
// JavaScript aceita divisão por 0:
1 / 0 == Infinite
0 / 0 == NaN
// e o mais curioso:
NaN != NaN
var infowindow = new google.maps.InfoWindow({
content: contentString
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment