Skip to content

Instantly share code, notes, and snippets.

@cronco
Last active March 24, 2017 17:54
Show Gist options
  • Save cronco/ddf9c947895c79069ca2f0e39d44ce84 to your computer and use it in GitHub Desktop.
Save cronco/ddf9c947895c79069ca2f0e39d44ce84 to your computer and use it in GitHub Desktop.
for jsbin
window.greaterThan9900 = function(number) {
return number > 9900;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment