Last active
March 24, 2017 17:54
-
-
Save cronco/ddf9c947895c79069ca2f0e39d44ce84 to your computer and use it in GitHub Desktop.
for jsbin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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