Skip to content

Instantly share code, notes, and snippets.

@yeikos
Last active December 19, 2015 18:38
Show Gist options
  • Save yeikos/6000061 to your computer and use it in GitHub Desktop.
Save yeikos/6000061 to your computer and use it in GitHub Desktop.
guess(0, 255, function(num, query) {
query(confirm('x > ' + num));
}, function(num) {
document.write('Number is ' + num);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment