Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created November 20, 2011 10:32
Show Gist options
  • Select an option

  • Save aaronpowell/1380123 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/1380123 to your computer and use it in GitHub Desktop.
Q17 - Really negative
var fn = function(x) {
return (1/x) === -Infinity;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment