Skip to content

Instantly share code, notes, and snippets.

@KOBA789
Last active August 29, 2015 14:17
Show Gist options
  • Save KOBA789/204d19608dea49651515 to your computer and use it in GitHub Desktop.
Save KOBA789/204d19608dea49651515 to your computer and use it in GitHub Desktop.
var A = /* put your answer here */,
B = /* put your answer here */;
if (B/A !== A/B && A === B && 1/A > 2/B) console.log('congrats!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment